* [U-Boot] [PATCH] omap3_beagle: use omap3-beagle.dtb for the C4 revision
@ 2014-01-17 15:51 Robert Nelson
2014-01-17 16:05 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Robert Nelson @ 2014-01-17 15:51 UTC (permalink / raw)
To: u-boot
findftd is currently setting fdtfile to undefined for the beagle c4, select omap3-beagle.dtb instead
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
include/configs/omap3_beagle.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 1b566c0..c58bc91 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -241,6 +241,8 @@
"setenv fdtfile omap3-beagle.dtb; fi; " \
"if test $beaglerev = Cx; then " \
"setenv fdtfile omap3-beagle.dtb; fi; " \
+ "if test $beaglerev = C4; then " \
+ "setenv fdtfile omap3-beagle.dtb; fi; " \
"if test $beaglerev = xMAB; then " \
"setenv fdtfile omap3-beagle-xm.dtb; fi; " \
"if test $beaglerev = xMC; then " \
--
1.8.5.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-17 16:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-17 15:51 [U-Boot] [PATCH] omap3_beagle: use omap3-beagle.dtb for the C4 revision Robert Nelson
2014-01-17 16:05 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox