All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] omap3_logic: Increase CMD_SPL_WRITE_SIZE
@ 2017-12-02 17:10 Adam Ford
  2017-12-13 22:56 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2017-12-02 17:10 UTC (permalink / raw)
  To: u-boot

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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] omap3_logic: Increase CMD_SPL_WRITE_SIZE
  2017-12-02 17:10 [U-Boot] [PATCH] omap3_logic: Increase CMD_SPL_WRITE_SIZE Adam Ford
@ 2017-12-13 22:56 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-12-13 22:56 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171213/68ff7959/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-13 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-02 17:10 [U-Boot] [PATCH] omap3_logic: Increase CMD_SPL_WRITE_SIZE Adam Ford
2017-12-13 22:56 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.