From 4ade198e7b6c3a0eec9633d088293b4e67269ec8 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 6 May 2015 17:32:15 +0200 Subject: colibri_t20: fix fw_printenv/setenv --- recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb index 655aa28..9f04078 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb @@ -49,7 +49,7 @@ pkg_postinst_${PN}_colibri-t20 () { if [ "x$D" != "x" ]; then exit 1 fi - grep u-boot-env /proc/mtd | awk '{print "/dev/" substr($1,0,4) " 0x00000000 0x00001000 0x" $3 " 1" >> "/etc/fw_env.config" }' + grep u-boot-env /proc/mtd | awk '{print "/dev/" substr($1,0,4) " 0x00000000 0x00010000 0x" $3 " 1" >> "/etc/fw_env.config" }' } pkg_postinst_${PN}_tegra3 () { -- cgit v1.2.3