]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: add LPC32xx precondition for building platform images
authorVladimir Zapolskiy <vz@mleia.com>
Mon, 17 Sep 2018 18:43:04 +0000 (21:43 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 19 Oct 2018 16:56:58 +0000 (12:56 -0400)
commite3e0819cbc3010829daf02fae1f44ac5c574e72f
tree8942cfbf47c3b381683adf56efa991fe848bb426
parentee54dfea45b3ca1af5783c992f2efffe3e87e2f7
Makefile: add LPC32xx precondition for building platform images

To prevent accidental build failures the change converts a number of
NXP LPC32xx specific image targets to be conditionally dependent on
target build configuration. The wrapped image targets always contain
a U-Boot SPL binary and the images are supposed to be directly flashed
on a NAND flash device for read access by LPC32xx NAND MLC controller.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Makefile