* [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
* [U-Boot] [PATCH] omap3_beagle: use omap3-beagle.dtb for the C4 revision
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
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2014-01-17 16:05 UTC (permalink / raw)
To: u-boot
On Fri, Jan 17, 2014 at 09:51:28AM -0600, Robert Nelson wrote:
> findftd is currently setting fdtfile to undefined for the beagle c4, select omap3-beagle.dtb instead
>
> Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140117/2a17a347/attachment.pgp>
^ permalink raw reply [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