uboot-envtools: mvebu: update uci defaults for Turris Omnia
[librecmc/librecmc.git] / package / boot / uboot-envtools / files / mvebu
index c2e746d959c9c219962dd6a5dd1d00a0c0d89829..89fef9ea073e5dbbc1c350019c305099aefd536c 100644 (file)
@@ -15,7 +15,11 @@ board=$(board_name)
 
 case "$board" in
 cznic,turris-omnia)
-       ubootenv_add_uci_config "/dev/mtd0" "0xC0000" "0x10000" "0x40000"
+       if grep -q 'U-Boot 2015.10-rc2' /dev/mtd0; then
+               ubootenv_add_uci_config "/dev/mtd0" "0xc0000" "0x10000" "0x40000"
+       else
+               ubootenv_add_uci_config "/dev/mtd0" "0xf0000" "0x10000" "0x10000"
+       fi
        ;;
 globalscale,espressobin|\
 globalscale,espressobin-emmc|\