diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-09 17:57:47 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-02 16:00:38 -0400 |
commit | 821ad16fa9900c9b48e9af678b4a5d7808a58f7c (patch) | |
tree | 522cfcdc596a042b9ee2593dfa803f73cb0c1561 /include/configs/blackstamp.h | |
parent | 543ef365865abed36b120ae5b05fbb64d092877f (diff) | |
download | u-boot-imx-821ad16fa9900c9b48e9af678b4a5d7808a58f7c.zip u-boot-imx-821ad16fa9900c9b48e9af678b4a5d7808a58f7c.tar.gz u-boot-imx-821ad16fa9900c9b48e9af678b4a5d7808a58f7c.tar.bz2 |
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: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/blackstamp.h')
-rw-r--r-- | include/configs/blackstamp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/blackstamp.h b/include/configs/blackstamp.h index 85f08ea..3f5c959 100644 --- a/include/configs/blackstamp.h +++ b/include/configs/blackstamp.h @@ -24,7 +24,6 @@ /* CPU Options * Be sure to set the Silicon Revision Correctly */ -#define CONFIG_BFIN_CPU bf532-0.5 #define CONFIG_BFIN_BOOT_MODE BFIN_BOOT_SPI_MASTER /* |