commit | dfa25df13af4569ec2218670685bcd7b17e0fd3e | [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 | 5c1315387dd4d6eb048a82f30e0ef291b834f4a0 [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>