Home
last modified time | relevance | path

Searched hist:"8 f8b8949e57b7c833966c108256f6bef7f636135" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A D6x_upgrade.txt8f8b8949e57b7c833966c108256f6bef7f636135 Wed Oct 09 19:25:15 UTC 2013 Eric Nelson <eric.nelson@boundarydevices.com> i.MX6: nitrogen6x: fix erase size in 6x_upgrade.txt

The 6x_upgrade script is used to upgrade U-Boot in SPI-NOR
on Nitrogen6x/SABRE Lite boards using U-Boot's 'sf' command.

U-Boot is placed at offset 0x400 in flash, and the script
currently only erases 0x50000 bytes. Since the current
head is 319k, any additional features enabled in the
configuration will exceed the space erased and cause errors
re-programming the device.

This patch increases the erase size to the full size of
the region allocated for the U-Boot binary.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Acked-by: Stefano Babic <sbabic@denx.de>