diff options
author | Jonathan McDowell <noodles@earth.li> | 2005-08-29 09:54:25 +0000 |
---|---|---|
committer | Jonathan McDowell <noodles@earth.li> | 2005-08-29 09:54:25 +0000 |
commit | ded1368b1aceb47e7d51dc129586e030865626e5 (patch) | |
tree | 6652c7a8b01da0c6ecb7546f0ad37dcbcdf6dfce /targets/totalimpact | |
parent | e251c42197225d3783699343e0805c425aeae8e9 (diff) |
Crude fixup of config files currently non parsable by buildtarget.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2010 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/totalimpact')
-rw-r--r-- | targets/totalimpact/briq/Config.lb | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/targets/totalimpact/briq/Config.lb b/targets/totalimpact/briq/Config.lb index 292fbc6427..5933e1a890 100644 --- a/targets/totalimpact/briq/Config.lb +++ b/targets/totalimpact/briq/Config.lb @@ -1,35 +1,9 @@ # Config file for the Total Impact briQ # This will make a target directory of ./briq -loadoptions - target briq - -uses CROSS_COMPILE -uses HAVE_OPTION_TABLE -uses CONFIG_COMPRESS -uses DEFAULT_CONSOLE_LOGLEVEL -uses CONFIG_USE_INIT -uses NO_POST -uses CONFIG_CONSOLE_SERIAL8250 -uses CONFIG_IDE_STREAM -uses IDE_BOOT_DRIVE -uses IDE_SWAB IDE_OFFSET -uses ROM_SIZE -uses _RESET -uses _EXCEPTION_VECTORS -uses _ROMBASE -uses _ROMSTART -uses _RAMBASE -uses _RAMSTART -uses STACK_SIZE -uses HEAP_SIZE -uses CONFIG_BRIQ_750FX -uses CONFIG_BRIQ_7400 - -## use a cross compiler -#option CROSS_COMPILE="powerpc-eabi-" -#option CROSS_COMPILE="ppc_74xx-" + +mainboard totalimpact/briq ## Use stage 1 initialization code option CONFIG_USE_INIT=1 @@ -79,7 +53,6 @@ romimage "normal" option CONFIG_BRIQ_750FX=1 #option CONFIG_BRIQ_7400=1 - mainboard totalimpact/briq end buildrom ./linuxbios.rom ROM_SIZE "normal" |