diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-28 20:56:42 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-28 20:56:42 +0000 |
commit | 806a29eb1909cc4df0fb4bdb0f25083976c3ea6c (patch) | |
tree | a3815e1e38d78f5f81a582ba64d9a47fab4a17b5 /src/northbridge | |
parent | 43fed9b4ed2fe831ed8c65e28e7593d2fa4902f0 (diff) |
Use the romstraps build infrastructure created for "tinybootblock"
(chipset_bootblock_inc and chipset_bootblock_lds) instead of using
chipset specific rules for "bigbootblock" in the generic i386 Makefile.
It also adds rules for the romstraps of
* southbridge/nvidia/ck804
* southbridge/sis/sis966
* northbridge/via/vx800
for the benefit of both image layouts.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5175 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/via/vx800/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/via/vx800/Makefile.inc b/src/northbridge/via/vx800/Makefile.inc index 12b3ef4caf..30bfb7c59a 100644 --- a/src/northbridge/via/vx800/Makefile.inc +++ b/src/northbridge/via/vx800/Makefile.inc @@ -25,3 +25,5 @@ driver-y += vga.o driver-y += vx800_lpc.o driver-y += vx800_ide.o +chipset_bootblock_inc += $(src)/northbridge/via/vx800/romstrap.inc +chipset_bootblock_lds += $(src)/northbridge/via/vx800/romstrap.lds |