summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorPeter Nessrup <peter.nessrup@stericsson.com>2010-09-16 10:10:40 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-09-20 16:16:28 +0200
commit3af26ab6c59e9527353f7759eaff21923bf5726d (patch)
treed5469ccf00f815113b62b1b1217ae980bf0fadb3 /common/Makefile
parente8c699eb1f7a50b4f10024c41b8c86f907233f8d (diff)
Added TOC commands
TOC commands added under common to be able to print the TOC and sub TOC and to be able to load whatever a TOC entry points to into RAM at the address specified in the TOC entry loadaddr field New file: cmd_toc.c CONFIG_TOC_PARTITION needs to be set for it to be available ST-Ericsson ID: ER256835 Change-Id: I826337e2608076fad74b1a7125d7e93b5ad66e43 Signed-off-by: Peter Nessrup <peter.nessrup@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/5112 Reviewed-by: Ulf HANSSON <ulf.hansson@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'common/Makefile')
-rwxr-xr-xcommon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index 3824d3e56..0945735f7 100755
--- a/common/Makefile
+++ b/common/Makefile
@@ -153,6 +153,7 @@ endif
COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o
COBJS-$(CONFIG_YAFFS2) += cmd_yaffs2.o
COBJS-$(CONFIG_VFD) += cmd_vfd.o
+COBJS-$(CONFIG_TOC_PARTITION) += cmd_toc.o
# others
COBJS-$(CONFIG_DDR_SPD) += ddr_spd.o