diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2014-08-12 18:45:26 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2014-11-10 12:11:00 +0800 |
commit | 240182d59aabe2a7ee5a728b9ae59024951e3e24 (patch) | |
tree | 044c723f5c2e368826062e44f5156d67f6f8f836 /arch/blackfin | |
parent | 11ada9225a16ed2d8ddbf0715a2416245a777cbc (diff) | |
download | u-boot-imx-240182d59aabe2a7ee5a728b9ae59024951e3e24.zip u-boot-imx-240182d59aabe2a7ee5a728b9ae59024951e3e24.tar.gz u-boot-imx-240182d59aabe2a7ee5a728b9ae59024951e3e24.tar.bz2 |
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>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/config.h b/arch/blackfin/include/asm/config.h index 836658a..73cbfa2 100644 --- a/arch/blackfin/include/asm/config.h +++ b/arch/blackfin/include/asm/config.h @@ -178,4 +178,6 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_ARCH_MISC_INIT +#define CONFIG_CPU CONFIG_BFIN_CPU + #endif |