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:
Luiz Augusto von Dentz 2017-04-06 16:01:06 +03:00
commit 0dc022f7fa
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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