aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorMathew McBride <matt@traverse.com.au>2023-06-27 04:20:50 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2023-07-26 13:36:58 +0200
commitcef98caf6e8d3c466ab303d376324304bbe6c365 (patch)
treee973f6696592fbbdceba83841fc87a28966bbfc1 /package
parent68a4c60b5cb3ec48d74a40fb403417ef1606893d (diff)
downloadupstream-cef98caf6e8d3c466ab303d376324304bbe6c365.tar.gz
upstream-cef98caf6e8d3c466ab303d376324304bbe6c365.tar.bz2
upstream-cef98caf6e8d3c466ab303d376324304bbe6c365.zip
layerscape: remove Traverse LS1043 boards
The Traverse LS1043 boards were not publicly released, all the production has been going to OEM customers who do not use the image format defined in the OpenWrt tree. Only a few samples were circulated outside Traverse and our OEM customers. The public release (then called Five64) of this series was cancelled in favour of our LS1088A based design (Ten64). It is best to remove these boards to avoid wasting OpenWrt project and contributor resources. Signed-off-by: Mathew McBride <matt@traverse.com.au> (cherry picked from commit 8e7ba6fbae80838c2219ee38307af9c883606c2c)
Diffstat (limited to 'package')
-rw-r--r--package/boot/uboot-envtools/files/layerscape4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/boot/uboot-envtools/files/layerscape b/package/boot/uboot-envtools/files/layerscape
index bc7dcf24f9..acc5a073ad 100644
--- a/package/boot/uboot-envtools/files/layerscape
+++ b/package/boot/uboot-envtools/files/layerscape
@@ -12,10 +12,6 @@ touch /etc/config/ubootenv
board=$(board_name)
case "$board" in
- traverse,ls1043v|\
- traverse,ls1043s)
- ubootenv_add_uci_config "/dev/mtd1" "0x40000" "0x2000" "0x20000"
- ;;
traverse,ten64)
ubootenv_add_uci_config "/dev/mtd3" "0x0000" "0x80000" "0x80000"
;;