summaryrefslogtreecommitdiff
path: root/cmd/ti/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ti/Makefile')
-rw-r--r--cmd/ti/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/ti/Makefile b/cmd/ti/Makefile
index 045593396b..87f85b2c23 100644
--- a/cmd/ti/Makefile
+++ b/cmd/ti/Makefile
@@ -1,9 +1,5 @@
# SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
-obj- += dummy.o
-
-ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_CMD_DDR3) += ddr3.o
obj-$(CONFIG_CMD_PD) += pd.o
-endif