aboutsummaryrefslogtreecommitdiff
path: root/targets/artecgroup
diff options
context:
space:
mode:
Diffstat (limited to 'targets/artecgroup')
-rw-r--r--targets/artecgroup/dbe61/Config.lb17
1 files changed, 12 insertions, 5 deletions
diff --git a/targets/artecgroup/dbe61/Config.lb b/targets/artecgroup/dbe61/Config.lb
index 1bbe5f1f98..b36693a3df 100644
--- a/targets/artecgroup/dbe61/Config.lb
+++ b/targets/artecgroup/dbe61/Config.lb
@@ -3,18 +3,25 @@
target dbe61
mainboard artecgroup/dbe61
-# leave 64k for vsa
option CONFIG_COMPRESSED_ROM_STREAM=0
-option ROM_SIZE=1024*256-64*1024
-option FALLBACK_SIZE=ROM_SIZE
+
+## ROM_SIZE is the total number of bytes allocated for LinuxBIOS use
+## (normal AND fallback images and payloads).
+## leave 64k for vsa and 32K for video ROM
+option ROM_SIZE = 1024*256 - 64*1024 - 32 * 1024
+
+## ROM_IMAGE_SIZE is the maximum number of bytes allowed for a LinuxBIOS image,
+## not including any payload.
+option ROM_IMAGE_SIZE=64*1024
+
+option FALLBACK_SIZE = ROM_SIZE
option DEFAULT_CONSOLE_LOGLEVEL = 11
option MAXIMUM_CONSOLE_LOGLEVEL = 11
romimage "fallback"
option USE_FALLBACK_IMAGE=1
- option ROM_IMAGE_SIZE=32*1024
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
- payload /tmp/rtl8139--filo.zelf
+ payload /tmp/filo.elf
end
buildrom ./linuxbios.rom ROM_SIZE "fallback"