configs: p3450: reduce size of Jetson Nano u-boot.bin
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 19 Aug 2025 15:40:13 +0000 (16:40 +0100)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 20 Aug 2025 13:23:11 +0000 (16:23 +0300)
commit9999821e7516ad5c70f17319d0d33b99ef702e09
tree7d056092121c202612b29904339db04a1aa5c411
parente69e2dc7f5559cb5fe31dddf4b3f5336c25fa0ac
configs: p3450: reduce size of Jetson Nano u-boot.bin

The Jetson Nano contains all it's firmware on a 4Mb SPI flash, the
allocated size in that flash for U-Boot is 753664 bytes so we need to
ensure the u-boot.bin doesn't exceed that else it will fail.

Add a BOARD_SIZE_LIMIT and drop a few large, and somewhat esoteric, options
to bring us back under that limit.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
configs/p3450-0000_defconfig