summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-10-07 14:09:21 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-07 14:09:21 +0200
commit884f4d47c697b825a7e69fe51d3b409be58da5d0 (patch)
tree24226d1678b57d7a58947fe8899b41facf630878 /common/Makefile
parent656f0370c1a572996fd8c7e284f7052aae89ccb1 (diff)
downloadbarebox-884f4d47c697b825a7e69fe51d3b409be58da5d0.tar.gz
barebox-884f4d47c697b825a7e69fe51d3b409be58da5d0.tar.xz
Revert "image: factorise image printing contents"
This reverts commit d424ce77f5e9295584252452dbd78eea562c9af0.
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 e56dbc21a8..94b13875f1 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) += image.o
+obj-$(CONFIG_CMD_BOOTM_SHOW_TYPE) += image.o
obj-y += startup.o
obj-y += misc.o
obj-y += memsize.o