commit | 7ec2328d9e0daf87409dff70366b58ea0e4237df | [log] [tgz] |
---|---|---|
author | Cooper Jr., Franklin <fcooper@ti.com> | Thu Nov 19 07:45:22 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 21 21:50:19 2015 -0500 |
tree | 6fbf9128022b88e5db0b77260562caa79c779076 | |
parent | bc622966c9fc00d0b6fc211932e377ce27af8f75 [diff] |
ARM: keystone2: configs: Correct burn_uboot_sp erase size The NOR flash on Keystone 2 evms has a u-boot-spl partition size of 0x80000. Currently burn_uboot_spi will erase 0x100000 from the spi NOR which will cause a partial erase of the misc partition. Fix this by correcting the erase size. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>