From 2b6519b8c259c8152aa643806a4d9ec43e9801bb Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 2 Jul 2013 23:08:19 +0000 Subject: uboot-envtools: add support for imx6 target Signed-off-by: Luka Perkov SVN-Revision: 37136 --- package/boot/uboot-envtools/files/imx6 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package/boot/uboot-envtools/files/imx6 (limited to 'package/boot/uboot-envtools/files') diff --git a/package/boot/uboot-envtools/files/imx6 b/package/boot/uboot-envtools/files/imx6 new file mode 100644 index 0000000000..66fceac841 --- /dev/null +++ b/package/boot/uboot-envtools/files/imx6 @@ -0,0 +1,24 @@ +#!/bin/sh +# +# Copyright (C) 2013 OpenWrt.org +# + +[ -e /etc/config/ubootenv ] && exit 0 + +touch /etc/config/ubootenv + +. /lib/uboot-envtools.sh +. /lib/functions.sh + +board=$(cat /proc/device-tree/model) + +case "$board" in +"Wandboard i.MX6 Dual Lite Board") + ubootenv_add_uci_config "/dev/mmcblk0" "0x60000" "0x2000" "0x2000" + ;; +esac + +config_load ubootenv +config_foreach ubootenv_add_app_config ubootenv + +exit 0 -- cgit v1.2.3