diff mbox series

board: gateworks: venice: add eraseenv command

Message ID 20230502174554.2098842-1-tharvey@gateworks.com
State Accepted
Commit c226f84256e6c8c917f253a98ca444439bf605cf
Delegated to: Stefano Babic
Headers show
Series board: gateworks: venice: add eraseenv command | expand

Commit Message

Tim Harvey May 2, 2023, 5:45 p.m. UTC
Add eraseenv command and remove the unnecessary env command.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 board/gateworks/venice/venice.env | 1 -
 configs/imx8mm_venice_defconfig   | 1 +
 configs/imx8mn_venice_defconfig   | 1 +
 configs/imx8mp_venice_defconfig   | 1 +
 4 files changed, 3 insertions(+), 1 deletion(-)

Comments

Fabio Estevam May 2, 2023, 9:05 p.m. UTC | #1
On Tue, May 2, 2023 at 2:46 PM Tim Harvey <tharvey@gateworks.com> wrote:
>
> Add eraseenv command and remove the unnecessary env command.
>
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>

Reviewed-by: Fabio Estevam <festevam@denx.de>
Stefano Babic July 11, 2023, 7:46 p.m. UTC | #2
> Add eraseenv command and remove the unnecessary env command.
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
> Reviewed-by: Fabio Estevam <festevam@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/board/gateworks/venice/venice.env b/board/gateworks/venice/venice.env
index f81804ca12c1..2054c029a3e9 100644
--- a/board/gateworks/venice/venice.env
+++ b/board/gateworks/venice/venice.env
@@ -31,4 +31,3 @@  update_rootfs=tftpboot $loadaddr $image &&
 	gzwrite mmc $dev $loadaddr $filesize 100000 1000000
 update_all=tftpboot $loadaddr $image &&
 	gzwrite mmc $dev $loadaddr $filesize
-erase_env=mmc dev $dev; mmc erase 0x7f08 0x40
diff --git a/configs/imx8mm_venice_defconfig b/configs/imx8mm_venice_defconfig
index a55e0cd76b54..ad5b7616f30a 100644
--- a/configs/imx8mm_venice_defconfig
+++ b/configs/imx8mm_venice_defconfig
@@ -50,6 +50,7 @@  CONFIG_SYS_PBSIZE=2074
 CONFIG_SYS_BOOTM_LEN=0x10000000
 # CONFIG_CMD_EXPORTENV is not set
 # CONFIG_CMD_IMPORTENV is not set
+CONFIG_CMD_ERASEENV=y
 CONFIG_CRC32_VERIFY=y
 CONFIG_CMD_MD5SUM=y
 CONFIG_MD5SUM_VERIFY=y
diff --git a/configs/imx8mn_venice_defconfig b/configs/imx8mn_venice_defconfig
index 4709ecace65c..0742fa759b08 100644
--- a/configs/imx8mn_venice_defconfig
+++ b/configs/imx8mn_venice_defconfig
@@ -53,6 +53,7 @@  CONFIG_SYS_PBSIZE=2074
 CONFIG_SYS_BOOTM_LEN=0x10000000
 # CONFIG_CMD_EXPORTENV is not set
 # CONFIG_CMD_IMPORTENV is not set
+CONFIG_CMD_ERASEENV=y
 CONFIG_CRC32_VERIFY=y
 CONFIG_CMD_MD5SUM=y
 CONFIG_MD5SUM_VERIFY=y
diff --git a/configs/imx8mp_venice_defconfig b/configs/imx8mp_venice_defconfig
index 6b6a15588cd4..ae0c0120d107 100644
--- a/configs/imx8mp_venice_defconfig
+++ b/configs/imx8mp_venice_defconfig
@@ -53,6 +53,7 @@  CONFIG_SYS_PBSIZE=2074
 CONFIG_SYS_BOOTM_LEN=0x10000000
 # CONFIG_CMD_EXPORTENV is not set
 # CONFIG_CMD_IMPORTENV is not set
+CONFIG_CMD_ERASEENV=y
 CONFIG_CRC32_VERIFY=y
 CONFIG_CMD_MD5SUM=y
 CONFIG_MD5SUM_VERIFY=y