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:
parent
871e0a6316
commit
6ad5109211
1 changed files with 2 additions and 4 deletions
|
@ -14,13 +14,11 @@ touch /etc/config/ubootenv
|
||||||
board=$(oxnas_board_name)
|
board=$(oxnas_board_name)
|
||||||
|
|
||||||
case "$board" in
|
case "$board" in
|
||||||
stg212)
|
stg212 | \
|
||||||
|
kd20)
|
||||||
ubootenv_add_uci_config "/dev/ubi0_0" "0x0" "0x4000" "0x1F000" "1"
|
ubootenv_add_uci_config "/dev/ubi0_0" "0x0" "0x4000" "0x1F000" "1"
|
||||||
ubootenv_add_uci_config "/dev/ubi0_1" "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
|
esac
|
||||||
|
|
||||||
config_load ubootenv
|
config_load ubootenv
|
||||||
|
|
Loading…
Reference in a new issue