From 31872a38be6ae88f782cc0db4a17c058b4dc23bc Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 10 Jan 2022 17:09:27 +0000 Subject: uboot-envtools: add configuration for UniElec U7623 board Add U-Boot env settings to allow accessing the environment using fw_printenv and fw_setenv tools on the UniElec U7623 board. Signed-off-by: Daniel Golle --- package/boot/uboot-envtools/files/mediatek_mt7623 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/boot') diff --git a/package/boot/uboot-envtools/files/mediatek_mt7623 b/package/boot/uboot-envtools/files/mediatek_mt7623 index 863c8bc211..fd2a01006a 100644 --- a/package/boot/uboot-envtools/files/mediatek_mt7623 +++ b/package/boot/uboot-envtools/files/mediatek_mt7623 @@ -17,6 +17,10 @@ bananapi,bpi-r2) export_bootdevice export_partdevice ubootpart 1 ubootenv_add_uci_config "/dev/$ubootpart" "0xb0000" "0x10000" "0x10000" "1" + ;; +unielec,u7623-02) + ubootenv_add_uci_config "/dev/mmcblk0p1" "0xc0000" "0x10000" "0x10000" "1" + ;; esac config_load ubootenv -- cgit v1.2.3