summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-11-10 09:20:38 -0500
committerTom Rini <trini@ti.com>2014-11-10 16:25:28 -0500
commit490fdad5862d919f26793a484e2be4530740407a (patch)
treec6384a7069b7a49112691f7d5a1c441252da2401 /Makefile
parent2db8c2d61a05bb4a94bb341329c6de811757c111 (diff)
parent6721bb5ad8744cae647cad9e917df649524ac54d (diff)
downloadtalos-obmc-uboot-490fdad5862d919f26793a484e2be4530740407a.tar.gz
talos-obmc-uboot-490fdad5862d919f26793a484e2be4530740407a.zip
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49fcdbb53d..2e03e1307c 100644
--- a/Makefile
+++ b/Makefile
@@ -840,7 +840,7 @@ u-boot.bin: u-boot FORCE
u-boot.ldr: u-boot
$(CREATE_LDR_ENV)
- $(LDR) -T $(CONFIG_BFIN_CPU) -c $@ $< $(LDR_FLAGS)
+ $(LDR) -T $(CONFIG_CPU) -c $@ $< $(LDR_FLAGS)
$(BOARD_SIZE_CHECK)
OBJCOPYFLAGS_u-boot.ldr.hex := -I binary -O ihex
OpenPOWER on IntegriCloud