From 4a47bf8a2ba61e21b022b81e2234fdb47570ad22 Mon Sep 17 00:00:00 2001 From: Yangbo Lu Date: Fri, 8 Dec 2017 15:35:36 +0800 Subject: armv8: ls1012ardb: add more board version information Add LS1012ARDB RevC/RevC1/RevC2/RevD/RevE information and detect it when u-boot starts up. Signed-off-by: Yangbo Lu Reviewed-by: York Sun --- include/configs/ls1012ardb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h index d0ceae24f7..ab139b00dd 100644 --- a/include/configs/ls1012ardb.h +++ b/include/configs/ls1012ardb.h @@ -34,6 +34,11 @@ #define SW_REV_MASK 0xF8 #define SW_REV_A 0xF8 #define SW_REV_B 0xF0 +#define SW_REV_C 0xE8 +#define SW_REV_C1 0xE0 +#define SW_REV_C2 0xD8 +#define SW_REV_D 0xD0 +#define SW_REV_E 0xC8 /* MMC */ #ifdef CONFIG_MMC -- cgit v1.2.3