Skip to content
Snippets Groups Projects
Commit 821ad16f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: move CONFIG_BFIN_CPU to board config.mk


The CONFIG_BFIN_CPU option is largely used in the build system, so move
it out of the board config.h and into the board config.mk.  It'd be nice
to keep everything in the config.h, but the patch to extract that value
early was rejected.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 543ef365
Branches
Tags
No related merge requests found
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf561-0.5
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf561-0.3
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
/* CPU Options /* CPU Options
* Be sure to set the Silicon Revision Correctly * Be sure to set the Silicon Revision Correctly
*/ */
#define CONFIG_BFIN_CPU bf532-0.5
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_SPI_MASTER #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_SPI_MASTER
/* /*
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf527-0.0
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_PARA #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_PARA
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf533-0.3
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf537-0.2
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf537-0.2
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf548-0.0
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_PARA #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_PARA
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf561-0.3
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_PARA #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_PARA
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf561-0.5
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf532-0.5
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_NAND #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_NAND
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf518-0.0
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_PARA #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_PARA
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
/* /*
* Processor Settings * Processor Settings
*/ */
#define CONFIG_BFIN_CPU bf537-0.2
#define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_BYPASS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment