]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
omap3_logic: Increase CMD_SPL_WRITE_SIZE
authorAdam Ford <aford173@gmail.com>
Sat, 2 Dec 2017 17:10:55 +0000 (11:10 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2017 02:33:38 +0000 (21:33 -0500)
The SPL-OS partition is 0x20000, so let's make
CONFIG_CMD_SPL_WRITE_SIZE same size. This should allow for better
falcon mode operation.

Signed-off-by: Adam Ford <aford173@gmail.com>
configs/omap3_logic_defconfig

index 8801268212957c8854b51c5f650f5a51b9009389..db72e6f6a86eaaf202d0728c888f8ac6febadbc8 100644 (file)
@@ -17,6 +17,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x82000000
 # CONFIG_CMD_IMI is not set
 CONFIG_CMD_SPL=y
 CONFIG_CMD_SPL_NAND_OFS=0x240000
+CONFIG_CMD_SPL_WRITE_SIZE=0x20000
 # CONFIG_CMD_EEPROM is not set
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set