mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
board/keymile/kmcent2: fix update-nor indentation
variable was indented as part of the value of the previous variable. Signed-off-by: Tomas Alvarez Vanoli <tomas.alvarez-vanoli@hitachienergy.com> Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
This commit is contained in:
parent
d3db45cb9c
commit
63a2a5082e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ update=protect off CONFIG_SYS_MONITOR_BASE +${filesize} &&
|
|||
erase CONFIG_SYS_MONITOR_BASE +${filesize} &&
|
||||
cp.b ${load_addr_r} CONFIG_SYS_MONITOR_BASE ${filesize} &&
|
||||
protect on CONFIG_SYS_MONITOR_BASE +${filesize}
|
||||
update-nor=protect off CONFIG_SYS_FLASH_BASE +${filesize} &&
|
||||
update-nor=protect off CONFIG_SYS_FLASH_BASE +${filesize} &&
|
||||
erase CONFIG_SYS_FLASH_BASE +${filesize} &&
|
||||
cp.b ${load_addr_r} CONFIG_SYS_FLASH_BASE ${filesize} &&
|
||||
protect on CONFIG_SYS_MONITOR_BASE +CONFIG_SYS_MONITOR_LEN
|
||||
|
|
Loading…
Reference in a new issue