diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2016-03-24 22:15:16 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-01 17:17:41 -0400 |
commit | adb91ec72b85e1e50e5593828732174576e19d44 (patch) | |
tree | 4f2f002a95f56809869b818ef660a83a5355a199 /include/configs | |
parent | 4c1d5c29b5dec31f838dbe860ea682debaf27efe (diff) | |
download | u-boot-imx-adb91ec72b85e1e50e5593828732174576e19d44.zip u-boot-imx-adb91ec72b85e1e50e5593828732174576e19d44.tar.gz u-boot-imx-adb91ec72b85e1e50e5593828732174576e19d44.tar.bz2 |
ARM: bcm2835: move CONFIG_BCM283* to Kconfig
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/rpi.h | 1 | ||||
-rw-r--r-- | include/configs/rpi_2.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index a788ce4..86422e3 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -7,7 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_BCM2835 #define CONFIG_SYS_CACHELINE_SIZE 32 #include "rpi-common.h" diff --git a/include/configs/rpi_2.h b/include/configs/rpi_2.h index 13dc8de..0917e86 100644 --- a/include/configs/rpi_2.h +++ b/include/configs/rpi_2.h @@ -8,7 +8,6 @@ #define __CONFIG_H #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BCM2836 #define CONFIG_SYS_CACHELINE_SIZE 64 #include "rpi-common.h" |