summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-10-07 14:13:21 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-07 14:13:21 +0200
commit6d2812b93d67be5eb7b41106ab9d8756d4bbc9d4 (patch)
treee584187d7cadf6137edd99d86830da614c7d5c6b /common/Makefile
parent6c4b1b6da0716cc7025e85578e89101a2c065bf5 (diff)
downloadbarebox-6d2812b93d67be5eb7b41106ab9d8756d4bbc9d4.tar.gz
barebox-6d2812b93d67be5eb7b41106ab9d8756d4bbc9d4.tar.xz
Revert "image: factorise string helper"
This reverts commit 7bd7d59e60f3f23862ebc09c9f3527ee24b2960f.
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index 94b13875f1..6ca3d98350 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -13,7 +13,6 @@ 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-y += startup.o
obj-y += misc.o
obj-y += memsize.o