From: Tomas Alvarez Vanoli Date: Tue, 12 Dec 2023 14:39:27 +0000 (+0100) Subject: board/keymile/kmcent2: fix update-nor indentation X-Git-Tag: v2024.04-rc1~51^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63a2a5082effac66964f0e0e9b279da31a84aa58;p=pandora-u-boot.git 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 Signed-off-by: Holger Brunck --- diff --git a/board/keymile/kmcent2/kmcent2.env b/board/keymile/kmcent2/kmcent2.env index efa762e5589..dc5508e315c 100644 --- a/board/keymile/kmcent2/kmcent2.env +++ b/board/keymile/kmcent2/kmcent2.env @@ -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