pico-imx7d: Increase u-boot size for dfu request
authorJoris Offouga <offougajoris@gmail.com>
Thu, 4 Apr 2019 12:00:56 +0000 (14:00 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 25 Apr 2019 17:16:24 +0000 (19:16 +0200)
After DM conversion, the size of U-Boot binary to increase.
Previous size is 480K after DM Conversion the new size is 557K
So it's necessary to increase the dfu request for store u-boot-dtb.img in eMMC.

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
include/configs/pico-imx7d.h

index 0f6d6b789454607e28e64e8294ae6954177fd847..04d316f1132722b39a415c474eaaa14954d44fc1 100644 (file)
@@ -46,7 +46,7 @@
 #define CONFIG_DFU_ENV_SETTINGS \
        "dfu_alt_info=" \
                "spl raw 0x2 0x400;" \
-               "u-boot raw 0x8a 0x400;" \
+               "u-boot raw 0x8a 0x1000;" \
                "/boot/zImage ext4 0 1;" \
                "/boot/imx7d-pico-hobbit.dtb ext4 0 1;" \
                "/boot/imx7d-pico-pi.dtb ext4 0 1;" \