diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-11 14:19:32 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-11 14:19:32 -0500 |
commit | 086e391bc46d3dda5c44053532bb51dc3827ee94 (patch) | |
tree | 0b550df896976ad003864a028417b16a66b58702 /arch/arm/dts/rk3328-rock64-u-boot.dtsi | |
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 'arch/arm/dts/rk3328-rock64-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3328-rock64-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3328-rock64-u-boot.dtsi b/arch/arm/dts/rk3328-rock64-u-boot.dtsi index 1d441f7124..e5946d2d2d 100644 --- a/arch/arm/dts/rk3328-rock64-u-boot.dtsi +++ b/arch/arm/dts/rk3328-rock64-u-boot.dtsi @@ -5,6 +5,11 @@ #include "rk3328-u-boot.dtsi" #include "rk3328-sdram-lpddr3-1600.dtsi" +/ { + chosen { + u-boot,spl-boot-order = "same-as-spl", &sdmmc, &emmc; + }; +}; &usb_host0_xhci { status = "okay"; |