Skip to content

Commit 6cd3c55

Browse files
fhunlethmobileoverlord
authored andcommitted
Fix fw_env.config inconsistency
This fixes an error when running fw_printenv that would break Nerves.Runtime.KV.
1 parent 82527bb commit 6cd3c55

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

rootfs_overlay/etc/fw_env.config

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# fw_printenv and fw_setenv configuration
22
#
3-
# This is only used for storing firmware metadata on this platform. Even though
4-
# the Beaglebone uses U-Boot, U-Boot is configured to use the uenv.txt file as
5-
# it does upstream at beagleboard.org.
6-
#
73
# See fwup.conf for offset and size
84

95
# Device name Device offset Env. size Flash sector size Number of sectors
10-
/dev/mmcblk0 0x100000 0x20000 0x200 16
11-
6+
/dev/mmcblk0 0x100000 0x20000 0x200 256

0 commit comments

Comments
 (0)