From a91b2eb5f4b898205ba4962be6560deab304c39c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 26 Nov 2014 09:00:56 +0000 Subject: [PATCH] uboot-omap: add C4 revision in findfdt fixes BeagleBoard C4 detection error message in serial console was: "WARNING: Could not determine device tree to use" change is found in upstream u-boot Signed-off-by: Dirk Neukirchen SVN-Revision: 43392 --- .../boot/uboot-omap/patches/003-fix_findfdt_C4.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/boot/uboot-omap/patches/003-fix_findfdt_C4.patch diff --git a/package/boot/uboot-omap/patches/003-fix_findfdt_C4.patch b/package/boot/uboot-omap/patches/003-fix_findfdt_C4.patch new file mode 100644 index 0000000000..b0b85e5f51 --- /dev/null +++ b/package/boot/uboot-omap/patches/003-fix_findfdt_C4.patch @@ -0,0 +1,11 @@ +--- a/include/configs/omap3_beagle.h ++++ b/include/configs/omap3_beagle.h +@@ -242,6 +242,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 " \ -- 2.35.1