All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] configs: rockchip: remove no use MACRO
@ 2016-07-22  9:41 Kever Yang
  2016-07-23  2:15 ` Simon Glass
  0 siblings, 1 reply; 2+ messages in thread
From: Kever Yang @ 2016-07-22  9:41 UTC (permalink / raw)
  To: u-boot

The CONFIG_ROCKCHIP_COMMON and CONFIG_SPL_ROCKCHIP_COMMON are no use now,
remove them.

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

Changes in v2:
- remove ROCKCHIP_COMMON in Kconfig
- remvoe SPL_ROCKCHIP_COMMON at the same time

 arch/arm/mach-rockchip/rk3036/Kconfig | 3 ---
 include/configs/rk3036_common.h       | 2 --
 include/configs/rk3288_common.h       | 3 ---
 3 files changed, 8 deletions(-)

diff --git a/arch/arm/mach-rockchip/rk3036/Kconfig b/arch/arm/mach-rockchip/rk3036/Kconfig
index f7562bd..0804714 100644
--- a/arch/arm/mach-rockchip/rk3036/Kconfig
+++ b/arch/arm/mach-rockchip/rk3036/Kconfig
@@ -12,9 +12,6 @@ config SYS_SOC
 config SYS_MALLOC_F_LEN
 	default 0x400
 
-config ROCKCHIP_COMMON
-	bool "Support rk common fuction"
-
 source "board/rockchip/evb_rk3036/Kconfig"
 source "board/rockchip/kylin_rk3036/Kconfig"
 
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..be6dba0 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -44,9 +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
 #ifndef CONFIG_SPL_BUILD
 # define CONFIG_SYS_CONSOLE_IS_IN_ENV
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH v2] configs: rockchip: remove no use MACRO
  2016-07-22  9:41 [U-Boot] [PATCH v2] configs: rockchip: remove no use MACRO Kever Yang
@ 2016-07-23  2:15 ` Simon Glass
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Glass @ 2016-07-23  2:15 UTC (permalink / raw)
  To: u-boot

On 22 July 2016 at 03:41, Kever Yang <kever.yang@rock-chips.com> wrote:
> The CONFIG_ROCKCHIP_COMMON and CONFIG_SPL_ROCKCHIP_COMMON are no use now,
> remove them.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
> Changes in v2:
> - remove ROCKCHIP_COMMON in Kconfig
> - remvoe SPL_ROCKCHIP_COMMON at the same time
>
>  arch/arm/mach-rockchip/rk3036/Kconfig | 3 ---
>  include/configs/rk3036_common.h       | 2 --
>  include/configs/rk3288_common.h       | 3 ---
>  3 files changed, 8 deletions(-)

Acked-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-23  2:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-22  9:41 [U-Boot] [PATCH v2] configs: rockchip: remove no use MACRO Kever Yang
2016-07-23  2:15 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.