diff options
author | Zheng Bao <zheng.bao@amd.com> | 2010-12-14 01:47:18 +0000 |
---|---|---|
committer | Zheng Bao <Zheng.Bao@amd.com> | 2010-12-14 01:47:18 +0000 |
commit | bb9bceebc15718d28ec7c914edbfb1158aadffa8 (patch) | |
tree | c58bcf2c3770daf466715d74773962719bed518a /src/southbridge/amd/sb600 | |
parent | dd6619f5e9c4626613d70714e00ddfa0a1b4b67f (diff) |
Set the ROMSIZE as 4MB.
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6178 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/sb600')
-rw-r--r-- | src/southbridge/amd/sb600/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb600/Kconfig b/src/southbridge/amd/sb600/Kconfig index a5eed68fd2..4e86999fb7 100644 --- a/src/southbridge/amd/sb600/Kconfig +++ b/src/southbridge/amd/sb600/Kconfig @@ -23,6 +23,11 @@ config SOUTHBRIDGE_AMD_SB600 select HAVE_USBDEBUG select TINY_BOOTBLOCK +config BOOTBLOCK_SOUTHBRIDGE_INIT + string + default "southbridge/amd/sb600/bootblock.c" + depends on SOUTHBRIDGE_AMD_SB600 + config EHCI_BAR hex default 0xfef00000 if SOUTHBRIDGE_AMD_SB600 |