diff options
| author | Tom Rini <[email protected]> | 2021-12-26 07:57:54 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-26 07:57:54 -0500 |
| commit | 578b479affa4570a3fcfca40f2b69f503880a8c9 (patch) | |
| tree | 700b4904838810a7e0c0933f9cc71cc8d727af3e /include | |
| parent | 734ad933766f0dbbeafe1b27211686940a5e6d16 (diff) | |
| parent | 376b08d0f159ec1047ad65b5d6e36fd2cbf6d8ff (diff) | |
Merge tag 'u-boot-rockchip-20211226' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
- Add kaslrseed support;
- rk3568 spl and image tool support;
- px30 dts sync from kernel;
- rk3399 emmc fix;
- rockchip fastboot cmd fix;
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rk3568_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/rk3568_common.h b/include/configs/rk3568_common.h index afe5050e4d8..25d7c5cc8ff 100644 --- a/include/configs/rk3568_common.h +++ b/include/configs/rk3568_common.h @@ -16,6 +16,12 @@ #define CONFIG_IRAM_BASE 0xfdcc0000 #define CONFIG_SYS_INIT_SP_ADDR 0x00c00000 + +#define CONFIG_SPL_STACK 0x00400000 +#define CONFIG_SPL_MAX_SIZE 0x20000 +#define CONFIG_SPL_BSS_START_ADDR 0x4000000 +#define CONFIG_SPL_BSS_MAX_SIZE 0x4000 + #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */ #define CONFIG_SYS_SDRAM_BASE 0 |
