[U-Boot] [PATCH] configs: rockchip: remove CONFIG_ROCKCHIP_COMMON

Kever Yang kever.yang at rock-chips.com
Wed Jul 20 05:31:14 CEST 2016


The CONFIG_ROCKCHIP_COMMON is no use now, remove it.

Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---

 include/configs/rk3036_common.h | 2 --
 include/configs/rk3288_common.h | 1 -
 2 files changed, 3 deletions(-)

diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h
index ae4b101..b003baa 100644
--- a/include/configs/rk3036_common.h
+++ b/include/configs/rk3036_common.h
@@ -40,8 +40,6 @@
 #define CONFIG_ROCKCHIP_MAX_INIT_SIZE	(4 << 10)
 #define CONFIG_ROCKCHIP_CHIP_TAG	"RK30"
 
-#define CONFIG_ROCKCHIP_COMMON
-
 /* MMC/SD IP block */
 #define CONFIG_MMC
 #define CONFIG_GENERIC_MMC
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index 2a36c17..faefd55 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -44,7 +44,6 @@
 #define CONFIG_SPL_STACK		0xff718000
 #define CONFIG_SPL_TEXT_BASE		0xff704004
 
-#define CONFIG_ROCKCHIP_COMMON
 #define CONFIG_SPL_ROCKCHIP_COMMON
 
 #define CONFIG_SILENT_CONSOLE
-- 
1.9.1




More information about the U-Boot mailing list