summaryrefslogtreecommitdiffstats
path: root/cmd/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-29 07:27:52 -0400
committerTom Rini <trini@konsulko.com>2019-05-29 07:27:52 -0400
commit93294caaeb67c5b087ea080cb644eefea52da560 (patch)
tree611e0d7331377a71dcc8b809a2bfdcb1270e622c /cmd/Makefile
parent7c7919cd07b34a784ab321ab7578106c9e9bd753 (diff)
parent2a221fb64e5759ca8ad45637ed323206ddf0501f (diff)
downloadu-boot-93294caaeb67c5b087ea080cb644eefea52da560.tar.gz
u-boot-93294caaeb67c5b087ea080cb644eefea52da560.tar.xz
u-boot-93294caaeb67c5b087ea080cb644eefea52da560.zip
Merge branch '2019-05-28-master-imports'
- Remove various dead code from DaVinci - FAT fixes
Diffstat (limited to 'cmd/Makefile')
-rw-r--r--cmd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Makefile b/cmd/Makefile
index 7864fcf95c..f982564ab9 100644
--- a/cmd/Makefile
+++ b/cmd/Makefile
@@ -45,7 +45,6 @@ obj-$(CONFIG_CMD_SOUND) += sound.o
ifdef CONFIG_POST
obj-$(CONFIG_CMD_DIAG) += diag.o
endif
-obj-$(CONFIG_CMD_DISPLAY) += display.o
obj-$(CONFIG_CMD_DTIMG) += dtimg.o
obj-$(CONFIG_CMD_ECHO) += echo.o
obj-$(CONFIG_ENV_IS_IN_EEPROM) += eeprom.o