arc770: use generic 02_sysinfo
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 22 Jul 2020 16:24:01 +0000 (18:24 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 22 Jul 2020 16:28:09 +0000 (18:28 +0200)
commit0a5d74fa68bce598302236ca0f3eb2db2bc1592d
tree5424162734bda267d63816734b29b63667d591ee
parent3c190ef112979793cd0e2148c53c6208a642a463
arc770: use generic 02_sysinfo

Currently arc770 sets a board name from compatible for no apparent
reason. Just use the compatible directly instead.

This theoretically removes a board name "generic" when no compatible
was present, however, there is no case where this "generic" board
name was actually used.

This also fixes an issue where snps,axs101 would not have been
properly detected anyway, as its case was not set up syntactically
correct.

Fixes: 576621f1e353 ("linux: add support of Synopsys ARC770-based boards")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/arc770/base-files/etc/board.d/02_network
target/linux/arc770/base-files/lib/arc.sh [deleted file]
target/linux/arc770/base-files/lib/preinit/01_preinit_arc.sh [deleted file]