its /etc/fw_env.config

This commit is contained in:
Michael Vogt 2015-07-16 15:22:20 +02:00
parent b3b321ea92
commit 4d2b68630d

View File

@ -4,7 +4,7 @@ set -e
if [ "$(dpkg --print-architecture)" = "armhf" ]; then
mkdir -p /boot/uboot
cat > /etc/fw_env.conf <<EOF
cat > /etc/fw_env.config <<EOF
# snappy u-boot env config
/boot/uboot/uboot.env 0x0000 0x4000
EOF