summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-05-06 17:32:15 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:06:08 +0200
commit4ade198e7b6c3a0eec9633d088293b4e67269ec8 (patch)
tree387c55a3e4882875e3102ae175065fa5ef46c7af
parentf8ad296f9fdac7e142faa75076aaa882e29dfbad (diff)
colibri_t20: fix fw_printenv/setenv
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
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 () {