mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-21 05:52:26 +01: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue