summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2012-01-05 10:53:09 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:43 +0200
commit22b7cfff326b5de5bfe94d676d9051a115c6aad1 (patch)
treebb2e99c5f1dbc9adbe2758ea362f7377899c160b /common/Makefile
parentfe901f2d9bd09292a67e562b8c96a1a496004c9e (diff)
downloadtalos-obmc-uboot-22b7cfff326b5de5bfe94d676d9051a115c6aad1.tar.gz
talos-obmc-uboot-22b7cfff326b5de5bfe94d676d9051a115c6aad1.zip
SPL: common/Makefile: Add image.c to SPL build
This is needed for the SPEAr SPL support, as SPEAr uses the mkimage header to wrap and validate the images (SPL & U-Boot). Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index 31175e34d3..483eb4daa3 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -31,7 +31,6 @@ COBJS-y += main.o
COBJS-y += command.o
COBJS-y += exports.o
COBJS-$(CONFIG_SYS_HUSH_PARSER) += hush.o
-COBJS-y += image.o
COBJS-y += s_record.o
COBJS-$(CONFIG_SERIAL_MULTI) += serial.o
COBJS-y += xyzModem.o
@@ -191,6 +190,7 @@ COBJS-$(CONFIG_SPL_YMODEM_SUPPORT) += xyzModem.o
endif
COBJS-y += console.o
COBJS-y += dlmalloc.o
+COBJS-y += image.o
COBJS-y += memsize.o
COBJS-y += stdio.o
OpenPOWER on IntegriCloud