diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-21 14:00:53 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-21 14:00:53 +0000 |
commit | 2b02b63c545e82d6679a4fb40e4001b499bf572f (patch) | |
tree | 4f345e8f54889c07dd5831239dff1f6871eace79 /targets/motorola/sandpoint | |
parent | 73a9cf4ccb58eccb4a1383088f7c86f325fdad7f (diff) |
new chip configure
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@992 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/motorola/sandpoint')
-rw-r--r-- | targets/motorola/sandpoint/Config.lb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb index 356b81f269..3a7e376e67 100644 --- a/targets/motorola/sandpoint/Config.lb +++ b/targets/motorola/sandpoint/Config.lb @@ -29,6 +29,9 @@ uses MAINBOARD_VENDOR ## use a cross compiler option CROSS_COMPILE="powerpc-eabi-" +## Use chip configuration +option CONFIG_CHIP_CONFIGURE=1 + ## We don't use compressed image option CONFIG_COMPRESS=0 |