summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Warren <swarren@wwwdotorg.org>2016-03-24 22:15:16 -0600
committerTom Rini <trini@konsulko.com>2016-04-01 17:17:41 -0400
commitadb91ec72b85e1e50e5593828732174576e19d44 (patch)
tree4f2f002a95f56809869b818ef660a83a5355a199 /include
parent4c1d5c29b5dec31f838dbe860ea682debaf27efe (diff)
downloadtalos-obmc-uboot-adb91ec72b85e1e50e5593828732174576e19d44.tar.gz
talos-obmc-uboot-adb91ec72b85e1e50e5593828732174576e19d44.zip
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')
-rw-r--r--include/configs/rpi.h1
-rw-r--r--include/configs/rpi_2.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index a788ce42e4..86422e390d 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 13dc8de143..0917e86508 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"
OpenPOWER on IntegriCloud