public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree
@ 2017-07-28  5:07 Gan, Yau Wai
  2017-09-13 21:19 ` Marek Vasut
  2017-11-17 19:07 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Gan, Yau Wai @ 2017-07-28  5:07 UTC (permalink / raw)
  To: u-boot

Tag CPU with dm-pre-reloc to enable driver before
relocation.

Signed-off-by: Gan, Yau Wai <yau.wai.gan@intel.com>
Cc: Thomas Chou <thomas@wytron.com.tw>
---
 arch/nios2/dts/10m50_devboard.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/nios2/dts/10m50_devboard.dts b/arch/nios2/dts/10m50_devboard.dts
index 05eac30..461ae68 100644
--- a/arch/nios2/dts/10m50_devboard.dts
+++ b/arch/nios2/dts/10m50_devboard.dts
@@ -19,6 +19,7 @@
 		#size-cells = <0>;
 
 		cpu: cpu at 0 {
+			u-boot,dm-pre-reloc;
 			device_type = "cpu";
 			compatible = "altr,nios2-1.1";
 			reg = <0x00000000>;
-- 
2.7.4

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

end of thread, other threads:[~2018-09-19 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-28  5:07 [U-Boot] [PATCH] nios2: 10m50: Add CPU pre-relocation in device tree Gan, Yau Wai
2017-09-13 21:19 ` Marek Vasut
2018-09-19 22:03   ` Thomas Chou
2017-11-17 19:07 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox