diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-12-16 19:57:54 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-12-16 19:57:54 +0000 |
commit | b9c224e9c53c8e0df9835c0cfe5d28f98678c375 (patch) | |
tree | 577f19883dbe287194bc12cbf00c954f990ccf84 /src/southbridge/sis/sis966/Kconfig | |
parent | c36d506a05ad02f65d92d0f5a7b70a7c25666445 (diff) |
Add TINY_BOOTBLOCK support for the SiS966 southbridge.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6184 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/sis/sis966/Kconfig')
-rw-r--r-- | src/southbridge/sis/sis966/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/southbridge/sis/sis966/Kconfig b/src/southbridge/sis/sis966/Kconfig index bbb5ee971b..867d08c347 100644 --- a/src/southbridge/sis/sis966/Kconfig +++ b/src/southbridge/sis/sis966/Kconfig @@ -2,6 +2,11 @@ config SOUTHBRIDGE_SIS_SIS966 bool select IOAPIC select HAVE_USBDEBUG + select TINY_BOOTBLOCK + +config BOOTBLOCK_SOUTHBRIDGE_INIT + string + default "southbridge/sis/sis966/bootblock.c" if SOUTHBRIDGE_SIS_SIS966 config ID_SECTION_OFFSET hex |