diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-08-02 10:40:01 +0300 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-08-05 21:16:52 +0800 |
commit | 3f47db0275e0f1c1e89d8f13f8b4cdc86b1038ca (patch) | |
tree | 9e28ebe871a299868655317d2384c267ab9f86ac /arch/arm/mach-rockchip/rk3328/Kconfig | |
parent | ec552bf0362583d4149f208b5a964500314cfaca (diff) |
rockchip: Kconfig: enable TPL support for rk3328
Enable TPL support and some related option in Kconfig.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
[cherry picked from commit https://github.com/rockchip-linux/u-boot/commit/430b01462bf3f24aaf7920ae2587a6943c39ab5d with minor modifications]
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3328/Kconfig')
-rw-r--r-- | arch/arm/mach-rockchip/rk3328/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3328/Kconfig b/arch/arm/mach-rockchip/rk3328/Kconfig index f8e15288e0..d13a169022 100644 --- a/arch/arm/mach-rockchip/rk3328/Kconfig +++ b/arch/arm/mach-rockchip/rk3328/Kconfig @@ -27,6 +27,18 @@ config SPL_LIBCOMMON_SUPPORT config SPL_LIBGENERIC_SUPPORT default y +config TPL_LDSCRIPT + default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds" + +config TPL_TEXT_BASE + default 0xff091000 + +config TPL_MAX_SIZE + default 28672 + +config TPL_STACK + default 0xff098000 + source "board/rockchip/evb_rk3328/Kconfig" endif |