mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
configs: rockchip: remove no use MACRO
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> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
46683f3da1
commit
22948e1015
3 changed files with 0 additions and 8 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue