diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-09-28 16:16:58 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-09-28 16:16:58 +0000 |
commit | 24a5213a3930ce676f56b47b4e55a8e2a8c24844 (patch) | |
tree | 3c9f814d6c5fb6a12bc44808a4639a60dc995e33 /src/mainboard/sunw/ultra40 | |
parent | 7b1a3c334cbb71f44c03f9d72cb33715856c563d (diff) | |
download | coreboot-24a5213a3930ce676f56b47b4e55a8e2a8c24844.tar.xz |
Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5875 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/sunw/ultra40')
-rw-r--r-- | src/mainboard/sunw/ultra40/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/sunw/ultra40/Kconfig b/src/mainboard/sunw/ultra40/Kconfig index 4cd58003fe..ac548e5fae 100644 --- a/src/mainboard/sunw/ultra40/Kconfig +++ b/src/mainboard/sunw/ultra40/Kconfig @@ -44,10 +44,6 @@ config MAINBOARD_PART_NUMBER string default "Ultra 40" -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - config MAX_CPUS int default 4 |