aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/arc770/image/uEnv.txt
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-01-22 19:57:49 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-01-28 21:58:24 +0100
commitfcb29171bc9a3a80c2685ef23ba6552abef04bbb (patch)
tree430f8caff1f2562474a4cc5db46ef61afccc0b0c /target/linux/arc770/image/uEnv.txt
parentedb41fea66ce3e6b7bec6edac5275706106f5380 (diff)
downloadupstream-fcb29171bc9a3a80c2685ef23ba6552abef04bbb.tar.gz
upstream-fcb29171bc9a3a80c2685ef23ba6552abef04bbb.tar.bz2
upstream-fcb29171bc9a3a80c2685ef23ba6552abef04bbb.zip
arc770: Remove arc770 target
The arc700 target is not booting up since some time, see here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/issues/400 It looks like there is a problem in the toolchain when using glibc. Currently no one is working on fixing this problem, remove the target instead. This target also does not have many users we are aware of. If someone wants to have this target back, feel free to add a fixed version of this target again. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Acked-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/arc770/image/uEnv.txt')
-rw-r--r--target/linux/arc770/image/uEnv.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/arc770/image/uEnv.txt b/target/linux/arc770/image/uEnv.txt
deleted file mode 100644
index 53632e8bb6..0000000000
--- a/target/linux/arc770/image/uEnv.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-setenv kernel_addr_r 0x82000000
-setenv fdt_addr_r 0x83000000
-setenv loadkernel fatload mmc 0 \${kernel_addr_r} uImage
-setenv loaddtb fatload mmc 0 \${fdt_addr_r} \${dts}
-setenv bootargs earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 root=/dev/mmcblk0p2 rootwait print-fatal-signals=1
-setenv uenvcmd run loadkernel\; run loaddtb\; bootm \${kernel_addr_r} - \${fdt_addr_r}
-run uenvcmd