diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-09 22:14:19 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-20 23:59:44 +0800 |
commit | c83b5a2c5353cd610af3e2b71fd81675d03bd3ed (patch) | |
tree | 17076b07bf570122f145548fdc13eb0be567a18e /arch/arm/mach-rockchip/rk3399/Kconfig | |
parent | 97fd39c69ef710881f8d9c8db934bd5b4318b297 (diff) | |
download | u-boot-c83b5a2c5353cd610af3e2b71fd81675d03bd3ed.tar.gz u-boot-c83b5a2c5353cd610af3e2b71fd81675d03bd3ed.tar.xz u-boot-c83b5a2c5353cd610af3e2b71fd81675d03bd3ed.zip |
rockchip: Kconfig: move rk3399 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/rk3399/Kconfig')
-rw-r--r-- | arch/arm/mach-rockchip/rk3399/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3399/Kconfig b/arch/arm/mach-rockchip/rk3399/Kconfig index 2c5c93c0b8..231ba14cca 100644 --- a/arch/arm/mach-rockchip/rk3399/Kconfig +++ b/arch/arm/mach-rockchip/rk3399/Kconfig @@ -70,6 +70,18 @@ config SYS_SOC config SYS_MALLOC_F_LEN default 0x0800 +config TPL_LDSCRIPT + default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds" + +config TPL_MAX_SIZE + default 188416 + +config TPL_STACK + default 0xff8effff + +config TPL_TEXT_BASE + default 0xff8c2000 + source "board/rockchip/evb_rk3399/Kconfig" source "board/theobroma-systems/puma_rk3399/Kconfig" source "board/vamrs/rock960_rk3399/Kconfig" |