diff options
author | Kever Yang | 2019-07-09 22:14:27 +0800 |
---|---|---|
committer | Kever Yang | 2019-07-20 23:59:44 +0800 |
commit | 747e127535902e86f0897f1d1691476c2c5c83bc (patch) | |
tree | b7556e2df0d89e402b21db16819975f81b212928 /configs/evb-rk3328_defconfig | |
parent | a13f870ad45dbadd79b540f74fa006db2bea2adc (diff) |
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 'configs/evb-rk3328_defconfig')
-rw-r--r-- | configs/evb-rk3328_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/evb-rk3328_defconfig b/configs/evb-rk3328_defconfig index 92d6817ad5f..fcc04f27ec9 100644 --- a/configs/evb-rk3328_defconfig +++ b/configs/evb-rk3328_defconfig @@ -1,7 +1,5 @@ CONFIG_ARM=y CONFIG_ARCH_ROCKCHIP=y -CONFIG_SPL_LIBCOMMON_SUPPORT=y -CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SYS_TEXT_BASE=0x00200000 CONFIG_ROCKCHIP_RK3328=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y |