uboot-envtools: use environment stored in UBI also for KD20

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 43510
This commit is contained in:
John Crispin 2014-12-03 16:05:23 +00:00
parent 871e0a6316
commit 6ad5109211

View File

@ -14,13 +14,11 @@ touch /etc/config/ubootenv
board=$(oxnas_board_name)
case "$board" in
stg212)
stg212 | \
kd20)
ubootenv_add_uci_config "/dev/ubi0_0" "0x0" "0x4000" "0x1F000" "1"
ubootenv_add_uci_config "/dev/ubi0_1" "0x0" "0x4000" "0x1F000" "1"
;;
kd20)
ubootenv_add_uci_config "/dev/mtd0" "0x220000" "0x02000" "0x20000" "1"
;;
esac
config_load ubootenv