diff options
| author | Kever Yang <[email protected]> | 2019-07-09 22:14:28 +0800 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2019-07-20 23:59:44 +0800 |
| commit | 1cdb6148450e851abe1df5d7eb20aa07a409941c (patch) | |
| tree | ed0de993ad676035f45c46f0270d096a8ae347cd /arch | |
| parent | 747e127535902e86f0897f1d1691476c2c5c83bc (diff) | |
rockchip: rk322x: 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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-rockchip/rk322x/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk322x/Kconfig b/arch/arm/mach-rockchip/rk322x/Kconfig index 9d734c3a317..2fc6f6ea3ec 100644 --- a/arch/arm/mach-rockchip/rk322x/Kconfig +++ b/arch/arm/mach-rockchip/rk322x/Kconfig @@ -14,6 +14,12 @@ config SYS_SOC config SYS_MALLOC_F_LEN default 0x800 +config SPL_LIBCOMMON_SUPPORT + default y + +config SPL_LIBGENERIC_SUPPORT + default y + config SPL_SERIAL_SUPPORT default y |
