From 240182d59aabe2a7ee5a728b9ae59024951e3e24 Mon Sep 17 00:00:00 2001 From: Sonic Zhang Date: Tue, 12 Aug 2014 18:45:26 +0800 Subject: bfin: make the CPU macro of LDR target more genenric Remove BFIN from the CPU macro in Makefile. Signed-off-by: Sonic Zhang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c8a580131..9d38ad2392 100644 --- a/Makefile +++ b/Makefile @@ -827,7 +827,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 -- cgit v1.2.1