From e880a30549b5d1dfb11dc4c6cb2aac742de93366 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 3 Nov 2018 01:24:01 +0100 Subject: mxs: use generic sysinfo board detection Since we do nothing special for mxs based boards, we can simply use the generic existing code. We just need to convert scripts to use the DT compatible strings. Signed-off-by: Michael Heimpold --- target/linux/mxs/base-files/etc/diag.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/mxs/base-files/etc') diff --git a/target/linux/mxs/base-files/etc/diag.sh b/target/linux/mxs/base-files/etc/diag.sh index 3b05f6da5f..6c9dd250ab 100644 --- a/target/linux/mxs/base-files/etc/diag.sh +++ b/target/linux/mxs/base-files/etc/diag.sh @@ -6,10 +6,10 @@ get_status_led() { case $(board_name) in - duckbill) + i2se,duckbill*) status_led="duckbill:green:status" ;; - olinuxino) + olimex,imx23-olinuxino) status_led="green" ;; *) -- cgit v1.2.3