On 11/03/2015 06:22 AM, Steve Kipisz wrote: > diff --git a/include/configs/ti_omap5_common.h > b/include/configs/ti_omap5_common.h > index 5acbc92c3f60..ae6e2a556a93 100644 > --- a/include/configs/ti_omap5_common.h > +++ b/include/configs/ti_omap5_common.h > @@ -120,6 +120,8 @@ > "setenv fdtfile dra72-evm.dtb; fi;" \ > "if test $board_name = beagle_x15; then " \ > "setenv fdtfile am57xx-beagle-x15.dtb; fi;" \ > + "if test $board_name = am57xx_evm; then " \ > + "setenv fdtfile am57xx-evm.dtb; fi;" \ > "if test $fdtfile = undefined; then " \ > "echo WARNING: Could not determine device tree to use; > fi; \0" \ > "loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile};\0" \
Hmmm.... I might keep this nugget out of upstream code for now. https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/ does not contain am57xx-evm. it is possible that when we post patches upstream, it might become dt overlay instead of evm dtb. I dont know about what will eventually become in upstream. So, I suggest dropping the above change. Also, in the future, could you cc beagleboard-x15 <beagleboard-...@googlegroups.com> for all patches that impact beagleboard-X15 I am sure folks there will be interested to review as well? -- Regards, Nishanth Menon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot