x86: Increase RAM_SIZE to 256K
When running with qemu often times the developer want to enable all sorts of debugs which end up not working with only 192K. Change-Id: I8d784618b9a0d911944f831a4058b34abc0c3e35 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
259949d10e
commit
0dc022f7fa
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ config PHYS_RAM_ADDR
|
|||
|
||||
config RAM_SIZE
|
||||
default 128 if XIP
|
||||
default 192
|
||||
default 256
|
||||
|
||||
config ROM_SIZE
|
||||
default 72 if XIP
|
||||
|
|
|
@ -19,7 +19,7 @@ config PHYS_RAM_ADDR
|
|||
|
||||
config RAM_SIZE
|
||||
default 128 if XIP
|
||||
default 192
|
||||
default 256
|
||||
|
||||
config ROM_SIZE
|
||||
default 72 if XIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue