diff options
author | Adam Ford <aford173@gmail.com> | 2017-12-02 11:10:55 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-12 21:33:38 -0500 |
commit | 5decc7b014d4fd77b88eb4c71b023a4938134edf (patch) | |
tree | a05ea10c998fb4c426ec486d56b12c91a69fdace /configs/omap3_logic_defconfig | |
parent | bd3006c8494bedb11814e593ba1a64f3e4935030 (diff) | |
download | u-boot-5decc7b014d4fd77b88eb4c71b023a4938134edf.tar.gz u-boot-5decc7b014d4fd77b88eb4c71b023a4938134edf.tar.xz u-boot-5decc7b014d4fd77b88eb4c71b023a4938134edf.zip |
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>
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 8801268212..db72e6f6a8 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 |