[OpenWrt-Devel] [PATCH 2/4] uboot-envtools: imx6: Add support for Toradex Apalis board family
Petr Štetiar
ynezz at true.cz
Thu Apr 4 09:10:33 EDT 2019
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
package/boot/uboot-envtools/files/imx6 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/boot/uboot-envtools/files/imx6 b/package/boot/uboot-envtools/files/imx6
index fec8ce0..fb05f13 100644
--- a/package/boot/uboot-envtools/files/imx6
+++ b/package/boot/uboot-envtools/files/imx6
@@ -7,12 +7,16 @@
touch /etc/config/ubootenv
+. /lib/imx6.sh
. /lib/uboot-envtools.sh
. /lib/functions.sh
board=$(board_name)
case "$board" in
+apalis*)
+ ubootenv_add_uci_config $(bootdev_from_uuid)boot0 -0x2200 0x2000 0x200 10
+ ;;
*gw5*)
if [ -c /dev/mtd1 ]; then
# board boots from NAND
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list