summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bcb44e7)
raw | patch | inline | side by side (parent: bcb44e7)
author | Sandeep Paulraj <s-paulraj@ti.com> | |
Fri, 17 Dec 2010 01:10:31 +0000 (20:10 -0500) | ||
committer | Sandeep Nair <a0875039@gt48xvq51.gt.design.ti.com> | |
Mon, 7 Mar 2011 21:14:03 +0000 (16:14 -0500) |
Improve the build infrastructure by passing the map
address to the utils
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
address to the utils
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
src/make/makestg1 | patch | blob | history | |
src/make/makestg2 | patch | blob | history |
diff --git a/src/make/makestg1 b/src/make/makestg1
index 33bbde74f86e3e6f542fc295294d4116252e3307..d22424f75517d1250f478aa128ce6e05e4ac90e7 100644 (file)
--- a/src/make/makestg1
+++ b/src/make/makestg1
# The default i2c size. This is used only for the i2c writer utility
ifndef I2C_SIZE_BYTES
- I2C_SIZE_BYTES=0x10000
+ I2C_SIZE_BYTES=0x20000
endif
# exclusions based on device capability
+
diff --git a/src/make/makestg2 b/src/make/makestg2
index 350fa4198231f80cd9be87cb52fd84644e86fff4..e93fb10b729a689c884156f5d112dc2417678dc7 100644 (file)
--- a/src/make/makestg2
+++ b/src/make/makestg2
I2C_INIT_BE_FILE= '"ibl_$(TARGET)/ibl_init.i2c.be.ccs"'
I2C_INIT_LE_FILE= '"ibl_$(TARGET)/ibl_init.i2c.le.ccs"'
-I2C_DEFS= -DI2C_BUS_ADDR=$(I2C_BUS_ADDR)
+I2C_DEFS= -DI2C_BUS_ADDR=$(I2C_BUS_ADDR)
+I2C_DEFS+= -DI2C_MAP_ADDR=$(I2C_MAP_ADDR)
ifeq ($(I2CROM),both)
I2C_DEFS+= -DINIT_EXE_FILE=$(I2C_INIT_LE_FILE)