diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-12-10 09:02:50 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-12-10 09:02:50 +0000 |
commit | 6e7efb7cab53d924e17c59196d78dbbdb208e6dd (patch) | |
tree | 76471f3b7d7154361e4c35aa54677f57f5d32afd /src/southbridge/amd/sb700/Kconfig | |
parent | 42b1c43c4dad6a58f444e868b84c6bbd10009681 (diff) |
Add TINY_BOOTBLOCK support for AMD SB700.
Factor out the ROM decode enable functionality into bootblock.c and
handle it via the usual TINY_BOOTBLOCK mechanism.
Use "select TINY_BOOTBLOCK" in the southbridge, not individual boards.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6159 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/sb700/Kconfig')
-rw-r--r-- | src/southbridge/amd/sb700/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb700/Kconfig b/src/southbridge/amd/sb700/Kconfig index 97768d18e5..2fd98d5295 100644 --- a/src/southbridge/amd/sb700/Kconfig +++ b/src/southbridge/amd/sb700/Kconfig @@ -21,6 +21,7 @@ config SOUTHBRIDGE_AMD_SB700 bool select IOAPIC select HAVE_USBDEBUG + select TINY_BOOTBLOCK config SOUTHBRIDGE_AMD_SB700_SKIP_ISA_DMA_INIT bool |