aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3328
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-07-09 22:14:27 +0800
committerKever Yang <kever.yang@rock-chips.com>2019-07-20 23:59:44 +0800
commit747e127535902e86f0897f1d1691476c2c5c83bc (patch)
treeb7556e2df0d89e402b21db16819975f81b212928 /arch/arm/mach-rockchip/rk3328
parenta13f870ad45dbadd79b540f74fa006db2bea2adc (diff)
downloadu-boot-747e127535902e86f0897f1d1691476c2c5c83bc.zip
u-boot-747e127535902e86f0897f1d1691476c2c5c83bc.tar.gz
u-boot-747e127535902e86f0897f1d1691476c2c5c83bc.tar.bz2
rockchip: rk3328: default enable SPL LIBCOMMON and LIBGENERIC
We needs SPL LIBCOMMON and LIBGENERIC for all boards, so we can enable them by default and no need to define in each board. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3328')
-rw-r--r--arch/arm/mach-rockchip/rk3328/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3328/Kconfig b/arch/arm/mach-rockchip/rk3328/Kconfig
index a100b95..f8e1528 100644
--- a/arch/arm/mach-rockchip/rk3328/Kconfig
+++ b/arch/arm/mach-rockchip/rk3328/Kconfig
@@ -21,6 +21,12 @@ config SYS_SOC
config SYS_MALLOC_F_LEN
default 0x2000
+config SPL_LIBCOMMON_SUPPORT
+ default y
+
+config SPL_LIBGENERIC_SUPPORT
+ default y
+
source "board/rockchip/evb_rk3328/Kconfig"
endif