commit | 515c20f8f33614ec464ecd9f55913c0814a2e84f | [log] [tgz] |
---|---|---|
author | Sonic Zhang <sonic.zhang@analog.com> | Tue Aug 12 18:45:26 2014 +0800 |
committer | Sonic Zhang <sonic.zhang@analog.com> | Mon Nov 10 12:11:00 2014 +0800 |
tree | 044c723f5c2e368826062e44f5156d67f6f8f836 | |
parent | 12889efc52a9f016ec179bdd15e05a5b6b3a0bf4 [diff] [blame] |
bfin: make the CPU macro of LDR target more genenric Remove BFIN from the CPU macro in Makefile. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
diff --git a/Makefile b/Makefile index 9c8a580..9d38ad2 100644 --- a/Makefile +++ b/Makefile
@@ -827,7 +827,7 @@ 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