Skip to content
Snippets Groups Projects
Commit 240182d5 authored by Sonic Zhang's avatar Sonic Zhang
Browse files

bfin: make the CPU macro of LDR target more genenric


Remove BFIN from the CPU macro in Makefile.

Signed-off-by: default avatarSonic Zhang <sonic.zhang@analog.com>
parent 11ada922
No related branches found
No related tags found
No related merge requests found
...@@ -827,7 +827,7 @@ u-boot.bin: u-boot FORCE ...@@ -827,7 +827,7 @@ u-boot.bin: u-boot FORCE
u-boot.ldr: u-boot u-boot.ldr: u-boot
$(CREATE_LDR_ENV) $(CREATE_LDR_ENV)
$(LDR) -T $(CONFIG_BFIN_CPU) -c $@ $< $(LDR_FLAGS) $(LDR) -T $(CONFIG_CPU) -c $@ $< $(LDR_FLAGS)
$(BOARD_SIZE_CHECK) $(BOARD_SIZE_CHECK)
OBJCOPYFLAGS_u-boot.ldr.hex := -I binary -O ihex OBJCOPYFLAGS_u-boot.ldr.hex := -I binary -O ihex
......
...@@ -178,4 +178,6 @@ ...@@ -178,4 +178,6 @@
#define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_CPUINFO
#define CONFIG_ARCH_MISC_INIT #define CONFIG_ARCH_MISC_INIT
#define CONFIG_CPU CONFIG_BFIN_CPU
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment