All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL
@ 2019-07-29 13:52 Manivannan Sadhasivam
  2019-07-29 13:52 ` [U-Boot] [PATCH v2 2/2] arm: dts: ficus: " Manivannan Sadhasivam
  2019-08-05 12:54 ` [U-Boot] [PATCH v2 1/2] arm: dts: rock960: " Kever Yang
  0 siblings, 2 replies; 9+ messages in thread
From: Manivannan Sadhasivam @ 2019-07-29 13:52 UTC (permalink / raw)
  To: u-boot

This commits enables booting from eMMC when using SPL on 96Boards
Rock960 board by adding SDHCI to boot order. Since the SDHCI driver
already has the reloc flag, this works straightaway. While we are at it,
let's also include the common u-boot dtsi for rk3399.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
---

Changes in v2:

* Moved the change to <board>-u-boot.dtsi as spotted by Peter.

 arch/arm/dts/rk3399-rock960-u-boot.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/dts/rk3399-rock960-u-boot.dtsi b/arch/arm/dts/rk3399-rock960-u-boot.dtsi
index 5256f6d3f2..4850debdf0 100644
--- a/arch/arm/dts/rk3399-rock960-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-rock960-u-boot.dtsi
@@ -3,4 +3,11 @@
  * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
  */
 
+#include "rk3399-u-boot.dtsi"
 #include "rk3399-sdram-lpddr3-2GB-1600.dtsi"
+
+/ {
+	chosen {
+		u-boot,spl-boot-order = &sdhci, &sdmmc;
+	};
+};
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-08-17  4:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-29 13:52 [U-Boot] [PATCH v2 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL Manivannan Sadhasivam
2019-07-29 13:52 ` [U-Boot] [PATCH v2 2/2] arm: dts: ficus: " Manivannan Sadhasivam
2019-08-05 12:54   ` Kever Yang
2019-08-05 14:39     ` Peter Robinson
2019-08-05 12:54 ` [U-Boot] [PATCH v2 1/2] arm: dts: rock960: " Kever Yang
2019-08-05 14:39   ` Peter Robinson
2019-08-16 18:53     ` Anand Moon
2019-08-17  3:23       ` Manivannan Sadhasivam
2019-08-17  4:30         ` Anand Moon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.