diff options
Diffstat (limited to 'targets/newisys')
-rw-r--r-- | targets/newisys/khepri/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/newisys/khepri/Config.lb b/targets/newisys/khepri/Config.lb index d56fb74d4e..7755066eff 100644 --- a/targets/newisys/khepri/Config.lb +++ b/targets/newisys/khepri/Config.lb @@ -17,7 +17,7 @@ option DEFAULT_CONSOLE_LOGLEVEL=8 option CONFIG_CONSOLE_SERIAL8250=1 # Size of the image. Khepri comes with 512k per default. -option ROM_SIZE=524288 +option ROM_SIZE=512*1024 option HAVE_OPTION_TABLE=1 option CONFIG_ROM_STREAM=1 |