diff options
author | Tom Rini | 2019-11-11 14:19:32 -0500 |
---|---|---|
committer | Tom Rini | 2019-11-11 14:19:32 -0500 |
commit | 086e391bc46d3dda5c44053532bb51dc3827ee94 (patch) | |
tree | 0b550df896976ad003864a028417b16a66b58702 /configs/evb-rk3399_defconfig | |
parent | 0b73ef0c02313e651af4b0a8e206c7c4a198e7f8 (diff) | |
parent | f74a089e47e0b485fb70dcadfbf093daf64a740a (diff) |
Merge tag 'u-boot-rockchip-20191110' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- Add support for rockchip pmic rk805,rk809, rk816, rk817
- Add rk3399 board Leez support
- Fix bug in rk3328 ram driver
- Adapt SPL to support ATF bl31 with entry at 0x40000
- Fix the u8 type comparision with '-1'.
- Fix checkpatch warning for multi blank line and review signature.
Diffstat (limited to 'configs/evb-rk3399_defconfig')
-rw-r--r-- | configs/evb-rk3399_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index 859474266bc..2c690130988 100644 --- a/configs/evb-rk3399_defconfig +++ b/configs/evb-rk3399_defconfig @@ -2,9 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_ROCKCHIP=y CONFIG_SYS_TEXT_BASE=0x00200000 CONFIG_ROCKCHIP_RK3399=y -CONFIG_ROCKCHIP_SPL_RESERVE_IRAM=0x50000 CONFIG_NR_DRAM_BANKS=1 -CONFIG_SPL_STACK_R_ADDR=0x80000 CONFIG_DEBUG_UART_BASE=0xFF1A0000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_DEBUG_UART=y |