diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-12-13 20:51:34 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-12-13 20:51:34 +0000 |
commit | 045c348cf3d700670b5780dd713c2e75436e5b4a (patch) | |
tree | e471f52dd964c6839dc7f42d32514424ab4c81de /src/mainboard/amd/dbm690t/Options.lb | |
parent | 42f03e564726fbc85842f30022e4d7c074e8cccc (diff) | |
download | coreboot-045c348cf3d700670b5780dd713c2e75436e5b4a.tar.xz |
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
Diffstat (limited to 'src/mainboard/amd/dbm690t/Options.lb')
-rw-r--r-- | src/mainboard/amd/dbm690t/Options.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/amd/dbm690t/Options.lb b/src/mainboard/amd/dbm690t/Options.lb index cf73999a4f..b5ec9a62cf 100644 --- a/src/mainboard/amd/dbm690t/Options.lb +++ b/src/mainboard/amd/dbm690t/Options.lb @@ -91,6 +91,7 @@ uses CONFIG_USE_PRINTK_IN_CAR uses CONFIG_VIDEO_MB uses CONFIG_GFXUMA +uses HAVE_MAINBOARD_RESOURCES ### ### Build options @@ -299,6 +300,7 @@ default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" default CONFIG_VIDEO_MB=1 default CONFIG_GFXUMA=1 +default HAVE_MAINBOARD_RESOURCES=1 ### End Options.lb end |