uboot-envtools: imx6: Add support for Toradex Apalis board family
This patch is needed in order to be able to use fw_{set,print}env commands. Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
136001675e
commit
adb0a420e5
@ -7,12 +7,16 @@
|
|||||||
|
|
||||||
touch /etc/config/ubootenv
|
touch /etc/config/ubootenv
|
||||||
|
|
||||||
|
. /lib/imx6.sh
|
||||||
. /lib/uboot-envtools.sh
|
. /lib/uboot-envtools.sh
|
||||||
. /lib/functions.sh
|
. /lib/functions.sh
|
||||||
|
|
||||||
board=$(board_name)
|
board=$(board_name)
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
|
apalis*)
|
||||||
|
ubootenv_add_uci_config $(bootdev_from_uuid)boot0 -0x2200 0x2000 0x200 10
|
||||||
|
;;
|
||||||
*gw5*)
|
*gw5*)
|
||||||
if [ -c /dev/mtd1 ]; then
|
if [ -c /dev/mtd1 ]; then
|
||||||
# board boots from NAND
|
# board boots from NAND
|
||||||
|
Loading…
Reference in New Issue
Block a user