diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-03-17 17:02:55 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-22 11:43:22 +0100 |
commit | ca44b9a0d40e066ca6fa7125022125d7a33f5725 (patch) | |
tree | 1fb4cf287b15a70984d14d2822b26e078383ba18 /package/boot/uboot-envtools | |
parent | c0e8108b706a3b2f68759aeea63f80c7656417fd (diff) | |
download | upstream-ca44b9a0d40e066ca6fa7125022125d7a33f5725.tar.gz upstream-ca44b9a0d40e066ca6fa7125022125d7a33f5725.tar.bz2 upstream-ca44b9a0d40e066ca6fa7125022125d7a33f5725.zip |
pistachio: remove custom board detection override
Use device tree based model string
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r-- | package/boot/uboot-envtools/files/pistachio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/pistachio b/package/boot/uboot-envtools/files/pistachio index ac82d9da8b..e4aa7b0cd9 100644 --- a/package/boot/uboot-envtools/files/pistachio +++ b/package/boot/uboot-envtools/files/pistachio @@ -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 |