pseudo fix xe7501devkit
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2243 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
f01f154635
commit
29e2726c4a
|
@ -41,7 +41,7 @@ uses CONFIG_CHIP_NAME
|
||||||
uses CONFIG_CONSOLE_VGA
|
uses CONFIG_CONSOLE_VGA
|
||||||
uses CONFIG_PCI_ROM_RUN
|
uses CONFIG_PCI_ROM_RUN
|
||||||
uses DEBUG
|
uses DEBUG
|
||||||
uses CPU_OPT
|
#uses CPU_OPT
|
||||||
uses CONFIG_IDE
|
uses CONFIG_IDE
|
||||||
|
|
||||||
## The default definitions are used for these
|
## The default definitions are used for these
|
||||||
|
@ -70,11 +70,13 @@ uses XIP_ROM_BASE
|
||||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
## ROM_SIZE is the size of boot ROM that this board will use.
|
||||||
##
|
##
|
||||||
default ROM_SIZE=2097152
|
default ROM_SIZE=2097152
|
||||||
|
default ROM_IMAGE_SIZE = 65536
|
||||||
|
|
||||||
##
|
##
|
||||||
## Build code for the fallback boot?
|
## Build code for the fallback boot?
|
||||||
##
|
##
|
||||||
default HAVE_FALLBACK_BOOT=0
|
default HAVE_FALLBACK_BOOT=1
|
||||||
|
default FALLBACK_SIZE=131072
|
||||||
|
|
||||||
|
|
||||||
## Delay timer options
|
## Delay timer options
|
||||||
|
@ -232,7 +234,7 @@ default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON"
|
||||||
default CONFIG_IDE=1
|
default CONFIG_IDE=1
|
||||||
|
|
||||||
default DEBUG=1
|
default DEBUG=1
|
||||||
default CPU_OPT="-g"
|
# default CPU_OPT="-g"
|
||||||
default CONFIG_CHIP_NAME=1
|
default CONFIG_CHIP_NAME=1
|
||||||
|
|
||||||
### End Options.lb
|
### End Options.lb
|
||||||
|
|
Loading…
Reference in New Issue