[U-Boot] [PATCH] omap3_logic: Increase CMD_SPL_WRITE_SIZE

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
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 8801268..db72e6f 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -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

On Sat, Dec 02, 2017 at 11:10:55AM -0600, Adam Ford wrote:
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
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 8801268..db72e6f 100644
Applied to u-boot/master, thanks!
participants (2)
-
Adam Ford
-
Tom Rini