From adb91ec72b85e1e50e5593828732174576e19d44 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Thu, 24 Mar 2016 22:15:16 -0600 Subject: ARM: bcm2835: move CONFIG_BCM283* to Kconfig Signed-off-by: Stephen Warren Reviewed-by: Tom Rini --- include/configs/rpi.h | 1 - include/configs/rpi_2.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include/configs') 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" -- cgit v1.1