[U-Boot] [PATCH] arm: omap: Add check for fdtfile in the findfdt macro

2013-06-06 Thread Dan Murphy
In the omap4, omap5 and am335x common files add a check to ensure that the fdtfile is defined after the findfdt macro has run. If the file is not defined then warn the user that the dtb file is not defined. Signed-off-by: Dan Murphy --- include/configs/am335x_evm.h |7 --- include/c

Re: [U-Boot] [PATCH] arm: omap: Add check for fdtfile in the findfdt macro

2013-06-11 Thread Tom Rini
On Thu, Jun 06, 2013 at 01:27:06PM -0500, Dan Murphy wrote: > In the omap4, omap5 and am335x common files add a check to ensure that > the fdtfile is defined after the findfdt macro has run. If the file > is not defined then warn the user that the dtb file is not defined. > > Signed-off-by: Dan