diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-27 07:34:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-27 07:34:14 -0400 |
commit | 33ca4096845a57bd7a202a3ddc149917f15f8ecc (patch) | |
tree | 4566fc6847f65114c02aaa3e40613c0f250e2015 /include | |
parent | 5eea874b5e989e62519824ad140aa086432d01ee (diff) | |
parent | 7c7ce3600ae97b08f281a6b61aa4abb0b56b0658 (diff) |
Merge tag 'rockchip-for-v2019.07-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- new board: rk3328 rock64
- rk3328 SPL support
- rk3399 spl/tpl board init cleanup
- use environment to get ATF binary for rk3399
- build u-boot.itb target by default for rockchip
- rk3399 board init fix after pinctrl patch set merged
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rk3328_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/rk3328_common.h b/include/configs/rk3328_common.h index 71aad7029a5..2a81c803b60 100644 --- a/include/configs/rk3328_common.h +++ b/include/configs/rk3328_common.h @@ -16,6 +16,10 @@ #define CONFIG_SYS_INIT_SP_ADDR 0x00300000 #define CONFIG_SYS_LOAD_ADDR 0x00800800 +#define CONFIG_SPL_STACK 0x00400000 +#define CONFIG_SPL_MAX_SIZE 0x100000 +#define CONFIG_SPL_BSS_START_ADDR 0x2000000 +#define CONFIG_SPL_BSS_MAX_SIZE 0x2000 #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */ |