kernel: bump 6.1 to 6.1.89
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / imx_cortexa7
1 [ -e /etc/config/ubootenv ] && exit 0
2
3 touch /etc/config/ubootenv
4
5 . /lib/uboot-envtools.sh
6 . /lib/functions.sh
7
8 board=$(board_name)
9
10 case "$board" in
11 technexion,imx7d-pico-pi)
12 ubootenv_add_uci_config "/dev/mmcblk2" "0xc0000" "0x2000" "0x2000"
13 ;;
14 esac
15
16 config_load ubootenv
17 config_foreach ubootenv_add_app_config ubootenv
18
19 exit 0