diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2015-05-06 17:32:15 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-12 10:06:08 +0200 |
commit | 4ade198e7b6c3a0eec9633d088293b4e67269ec8 (patch) | |
tree | 387c55a3e4882875e3102ae175065fa5ef46c7af /recipes-bsp | |
parent | f8ad296f9fdac7e142faa75076aaa882e29dfbad (diff) |
colibri_t20: fix fw_printenv/setenv
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 2 |
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 () { |