rockchip: Kconfig: move rk3288 config into its Kconfig

Each SoC have its config setting and its Kconfig, move
the specific setting to its own Kconfig file.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang 2019-07-09 22:14:17 +08:00
parent 45c1d34157
commit 5959126771
2 changed files with 9 additions and 13 deletions

View File

@ -98,19 +98,6 @@ config ROCKCHIP_RK3288
and video codec support. Peripherals include Gigabit Ethernet, and video codec support. Peripherals include Gigabit Ethernet,
USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs. USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
if ROCKCHIP_RK3288
config TPL_TEXT_BASE
default 0xff704000
config TPL_MAX_SIZE
default 32768
config TPL_STACK
default 0xff718000
endif
config ROCKCHIP_RK3328 config ROCKCHIP_RK3328
bool "Support Rockchip RK3328" bool "Support Rockchip RK3328"
select ARM64 select ARM64

View File

@ -157,6 +157,15 @@ config SPL_LIBGENERIC_SUPPORT
config SPL_SERIAL_SUPPORT config SPL_SERIAL_SUPPORT
default y default y
config TPL_MAX_SIZE
default 32768
config TPL_STACK
default 0xff718000
config TPL_TEXT_BASE
default 0xff704000
source "board/amarula/vyasa-rk3288/Kconfig" source "board/amarula/vyasa-rk3288/Kconfig"
source "board/chipspark/popmetal_rk3288/Kconfig" source "board/chipspark/popmetal_rk3288/Kconfig"