pistachio: remove custom board detection override
[openwrt/staging/jow.git] / package / boot / uboot-envtools / files / pistachio
index ac82d9da8bd8b46e12889db91bdbadcf8d672e8d..e4aa7b0cd960bf66c545c69fb28b90ac1e9779f2 100644 (file)
@@ -16,7 +16,7 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
-marduk)
+img,pistachio-marduk)
        ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x2000" "0x1000"
        ;;
 esac