mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-18 13:06:51 +00:00
uboot-envtools: remove erasesize from MMC config
Erasesize doesn't belong in the u-boot env config for block devices as it is known to be 512 byte aligned. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
6f6c00cfc9
commit
f4f483f3ff
@ -24,8 +24,8 @@ apalis*)
|
||||
ubootenv_add_uci_config /dev/mtd1 0x80000 0x20000 0x40000
|
||||
else
|
||||
# board boots from microSD
|
||||
ubootenv_add_uci_config /dev/mmcblk0 0xb1400 0x20000 0x20000
|
||||
ubootenv_add_uci_config /dev/mmcblk0 0xd1400 0x20000 0x20000
|
||||
ubootenv_add_uci_config /dev/mmcblk0 0xb1400 0x20000
|
||||
ubootenv_add_uci_config /dev/mmcblk0 0xd1400 0x20000
|
||||
fi
|
||||
;;
|
||||
wandboard)
|
||||
|
Loading…
Reference in New Issue
Block a user