commit | ca5ce0c18dd39543f7b961d8e32e2490a4424d78 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Sep 17 21:43:04 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 19 12:56:58 2018 -0400 |
tree | 8942cfbf47c3b381683adf56efa991fe848bb426 | |
parent | 31d0e9626772790ac3222ae084d89dc7a27fdc5e [diff] |
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>