aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-07-09 12:25:04 +0200
committerMathias Kresin <dev@kresin.me>2017-07-15 23:13:34 +0200
commite0b9ec8e969e1c37c284cfa2f252e9b0a71157db (patch)
tree666be710b772d5e3d50a45943e122376e1a22294 /target/linux/cns3xxx
parentf12a32630ff52b5e13397f64e9fb31708e97fb60 (diff)
downloadupstream-e0b9ec8e969e1c37c284cfa2f252e9b0a71157db.tar.gz
upstream-e0b9ec8e969e1c37c284cfa2f252e9b0a71157db.tar.bz2
upstream-e0b9ec8e969e1c37c284cfa2f252e9b0a71157db.zip
treewide: drop target board_name functions
They are not used any longer. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r--target/linux/cns3xxx/base-files/lib/cns3xxx.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/cns3xxx/base-files/lib/cns3xxx.sh b/target/linux/cns3xxx/base-files/lib/cns3xxx.sh
index fb2c1043e1..877f9f8749 100644
--- a/target/linux/cns3xxx/base-files/lib/cns3xxx.sh
+++ b/target/linux/cns3xxx/base-files/lib/cns3xxx.sh
@@ -26,12 +26,3 @@ cns3xxx_board_detect() {
echo "$CNS3XXX_BOARD_NAME" > /tmp/sysinfo/board_name
echo "$CNS3XXX_MODEL" > /tmp/sysinfo/model
}
-
-cns3xxx_board_name() {
- local name
-
- [ -f /tmp/sysinfo/board_name ] && name=$(cat /tmp/sysinfo/board_name)
- [ -z "$name" ] && name="unknown"
-
- echo "$name"
-}