commit | 23612534fe0fe426716ee9cb5cfeb74a456cb891 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Sat Jun 08 14:56:44 2019 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jun 11 10:43:00 2019 +0200 |
tree | d4658255684895b6ccd3538cfd445b88ad570c5e | |
parent | 940db3b410cf7be9e80dafd9150199263b8ed406 [diff] |
spl: imx6: Provide a SPL_SIZE_LIMIT default As explained in include/configs/imx6_spl.h. the i.MX6 SPL size limit is 68KB (4KB header + 64KB max size). Provide such limit for all i.MX6 boards that use SPL to detect SPL size overflow in build time. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>