rockchip: Kconfig: move rk3288 config into its Kconfig
authorKever Yang <kever.yang@rock-chips.com>
Tue, 9 Jul 2019 14:14:17 +0000 (22:14 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 20 Jul 2019 15:59:44 +0000 (23:59 +0800)
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>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/rk3288/Kconfig

index 3f28782a09befb7cdeb6f956b174dd888e1e7984..9ae8ec64c4bc7420f03929b1ec35ad6a287f46fc 100644 (file)
@@ -98,19 +98,6 @@ config ROCKCHIP_RK3288
          and video codec support. Peripherals include Gigabit Ethernet,
          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
        bool "Support Rockchip RK3328"
        select ARM64
index a32cd92976f29e39625f277ee7b5f1205c6fc484..0dc5123fb65bf93adadd7638eff825125f260fb8 100644 (file)
@@ -157,6 +157,15 @@ config SPL_LIBGENERIC_SUPPORT
 config SPL_SERIAL_SUPPORT
        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/chipspark/popmetal_rk3288/Kconfig"