diff options
| author | Michael Walle <[email protected]> | 2022-08-17 21:37:55 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-08-23 12:39:22 +0200 |
| commit | 857065403a481a768e0c509bb2d3766e4feb2f86 (patch) | |
| tree | 880b6befbcb475706521a5d4df121e03e27b05bc /include | |
| parent | 29c670b70fb8c8f7b03ebebba7de7ccc6ce438d0 (diff) | |
board: lsxl: remove eraseenv script
This is not needed. The user can do a "env default -f -a".
Signed-off-by: Michael Walle <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/lsxl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index e1108619f21..db5f7a93f92 100644 --- a/include/configs/lsxl.h +++ b/include/configs/lsxl.h @@ -62,9 +62,6 @@ "&& bootz ${kernel_addr} " \ "${ramdisk_addr}:${ramdisk_len} ${fdt_addr}\0" \ "bootcmd_rescue=run config_nc_dhcp; run nc\0" \ - "eraseenv=sf probe 0 " \ - "&& sf erase " __stringify(CONFIG_ENV_OFFSET) \ - " +" __stringify(CONFIG_ENV_SIZE) "\0" \ "config_nc_dhcp=setenv autoload_old ${autoload}; " \ "setenv autoload no " \ "&& bootp " \ |
