]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: omap: Add check for fdtfile in the findfdt macro
authorDan Murphy <dmurphy@ti.com>
Thu, 6 Jun 2013 18:27:06 +0000 (13:27 -0500)
committerTom Rini <trini@ti.com>
Tue, 18 Jun 2013 14:43:29 +0000 (10:43 -0400)
commita71432151f9ca10ef235b96a083c3bdb1fbb97cb
treef15600e5cee280ab8f8b3b673d080df976e01e73
parent7ea7f689cab5bf715255e22c31aeefb23259afe5
arm: omap: Add check for fdtfile in the findfdt macro

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 <dmurphy@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
include/configs/am335x_evm.h
include/configs/omap4_common.h
include/configs/omap5_common.h