diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2010-09-23 21:32:20 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-09-24 08:46:40 +0200 |
commit | d424ce77f5e9295584252452dbd78eea562c9af0 (patch) | |
tree | 8a1ded02eb19e0d41c9738958f33a59e5c8f63f7 /common/Makefile | |
parent | 0ceafe14be072696eff3e549d8c7b7de8a3e416d (diff) | |
download | barebox-d424ce77f5e9295584252452dbd78eea562c9af0.tar.gz |
image: factorise image printing contents
before we duplicate it between command/bootm.c and scripts/mkimage.c
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 94b13875f1..e56dbc21a8 100644 --- a/common/Makefile +++ b/common/Makefile @@ -13,7 +13,7 @@ obj-$(CONFIG_CONSOLE_FULL) += console.o obj-$(CONFIG_CONSOLE_SIMPLE) += console_simple.o obj-$(CONFIG_DIGEST) += digest.o obj-y += env.o -obj-$(CONFIG_CMD_BOOTM_SHOW_TYPE) += image.o +obj-$(CONFIG_CMD_BOOTM) += image.o obj-y += startup.o obj-y += misc.o obj-y += memsize.o |