commit | 814d82bc173979a86859da853bfc1fa2ee5f9f1e | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Jan 16 09:44:24 2018 +0100 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 26 20:02:33 2018 +0530 |
tree | 21c0d2d8a0a95528bf8b99be6f9d7e1cf424a11b | |
parent | 0eb86a582cc478737c26b16ffb0b2a04ca44e5d1 [diff] |
sunxi: Add limit with the MMC environment The MMC environment offset is getting very close to the end of the U-Boot binary now. Since we want to make sure this will not overflow, add a size limit in the board for arm64. arm32 has already that limit enforced in our custom image generation. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Jagan Teki <jagan@openedev.com>