diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-09 22:14:17 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-20 23:59:44 +0800 |
commit | 59591267711bef800858b805ed58d119425c9a11 (patch) | |
tree | 455fd02cb4200131d036716bddc6e63975bf910a /arch/arm/mach-rockchip/rk3288/Kconfig | |
parent | 45c1d341577ac565ba944672d148738f5b570e50 (diff) | |
download | u-boot-59591267711bef800858b805ed58d119425c9a11.tar.gz |
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>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3288/Kconfig')
-rw-r--r-- | arch/arm/mach-rockchip/rk3288/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig index a32cd92976..0dc5123fb6 100644 --- a/arch/arm/mach-rockchip/rk3288/Kconfig +++ b/arch/arm/mach-rockchip/rk3288/Kconfig @@ -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" |