aboutsummaryrefslogtreecommitdiff
path: root/targets/Iwill/dk8s2/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'targets/Iwill/dk8s2/Config.lb')
-rw-r--r--targets/Iwill/dk8s2/Config.lb6
1 files changed, 3 insertions, 3 deletions
diff --git a/targets/Iwill/dk8s2/Config.lb b/targets/Iwill/dk8s2/Config.lb
index 1cdd0d9839..64419756e4 100644
--- a/targets/Iwill/dk8s2/Config.lb
+++ b/targets/Iwill/dk8s2/Config.lb
@@ -10,7 +10,7 @@ option HAVE_HARD_RESET=1
option HAVE_OPTION_TABLE=1
option HAVE_MP_TABLE=1
-option ROM_SIZE=1048576
+option ROM_SIZE=1024*1024
option HAVE_FALLBACK_BOOT=1
@@ -125,9 +125,9 @@ option CONFIG_ROM_STREAM = 1
#
romimage "normal"
# 48K for SCSI FW
-# option ROM_SIZE = 475136
+# option ROM_SIZE = 512*1024-48*1024
# 48K for SCSI FW and 48K for ATI ROM
-# option ROM_SIZE = 425984
+# option ROM_SIZE = 512*1024-48*1024-48*1024
option LINUXBIOS_EXTRA_VERSION="$(shell cat ../../VERSION)_Normal"
option USE_FALLBACK_IMAGE=0
option ROM_SECTION_SIZE = (ROM_SIZE - FALLBACK_SIZE)