kconfig: change RAM_SIZE to be in hex

We already had this kconfig defined as hex for arc. Make it
readable and change the variable to hex to comply with what
we had already.

Change-Id: Ib8bc72f27d1b97ba2c886201ec29fb13aa4fa429
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-11-13 13:09:49 -05:00
commit 6ba5c09d23
2 changed files with 4 additions and 4 deletions

View file

@ -28,10 +28,10 @@ config PHYS_LOAD_ADDR
default 0x00100000
config RAM_SIZE
default 32768
default 0x8000
config ROM_SIZE
default 1024 if XIP
default 0x400 if XIP
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 25000000 if HPET_TIMER