Move mainboard specific changes to the coreboot memory table into the
mainboard specific code. (And add a hook to allow other mainboards do a similar thing if required) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3812 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
42f03e5647
commit
045c348cf3
@@ -1101,6 +1101,12 @@ define CONFIG_GFXUMA
|
||||
comment "GFX UMA"
|
||||
end
|
||||
|
||||
define HAVE_MAINBOARD_RESOURCES
|
||||
default 0
|
||||
export always
|
||||
comment "Enable if the mainboard/chipset requires extra entries in the memory map"
|
||||
end
|
||||
|
||||
define CONFIG_SPLASH_GRAPHIC
|
||||
default 0
|
||||
export used
|
||||
|
Reference in New Issue
Block a user