diff gsm-fw/cfgmagic/processconf.sh @ 630:4cd1dcc167e4

gsm-fw/cfgmagic: preparations for building flash images (sane vs. Compal)
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 01 Sep 2014 09:28:09 +0000
parents 407c20f90f6a
children 0677a6fbb8b6
line wrap: on
line diff
--- a/gsm-fw/cfgmagic/processconf.sh	Mon Sep 01 08:32:22 2014 +0000
+++ b/gsm-fw/cfgmagic/processconf.sh	Mon Sep 01 09:28:09 2014 +0000
@@ -20,6 +20,7 @@
 RVTMUX_UART_port=IrDA
 RVTMUX_UART_baud=115200
 FLASH_BOOT_VIA_BOOTROM=1
+FLASHIMAGE_BASE_ADDR=0x2000
 
 . ./build.conf
 
@@ -61,6 +62,10 @@
 	export_to_m4	RAMFFS_BLKSIZE_LOG2 RAMFFS_NBLOCKS
 fi
 
+# Sane vs. Compal target differences for flash boot
+export_to_c	FLASH_BOOT_VIA_BOOTROM
+export_to_m4	FLASH_BOOT_VIA_BOOTROM FLASHIMAGE_BASE_ADDR
+
 # L1 configuration
 if [ "$CONFIG_GSM" = 1 -a "$CONFIG_L1_STANDALONE" = 1 ]
 then