This tested ok, but qemu can't really handle c0000 as RAM.
(trivial) Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4082 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
80775c1425
commit
0de8b9111a
|
@ -39,6 +39,7 @@ uses CONFIG_PCI_ROM_RUN
|
|||
uses CONFIG_PCI_OPTION_ROM_RUN_VM86
|
||||
|
||||
uses CONFIG_CONSOLE_SERIAL8250
|
||||
uses USE_DCACHE_RAM
|
||||
|
||||
|
||||
uses DEFAULT_CONSOLE_LOGLEVEL
|
||||
|
@ -49,7 +50,7 @@ uses CONFIG_ROMFS
|
|||
default CONFIG_CONSOLE_SERIAL8250=1
|
||||
default DEFAULT_CONSOLE_LOGLEVEL=8
|
||||
default MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||
default CONFIG_ROMFS=1
|
||||
default CONFIG_ROMFS=0
|
||||
|
||||
## ROM_SIZE is the size of boot ROM that this board will use.
|
||||
default ROM_SIZE = 256*1024
|
||||
|
|
Loading…
Reference in New Issue