From c383ee84e1d575b09d167185d15df24bde25eb15 Mon Sep 17 00:00:00 2001 From: Andy Fleming Date: Wed, 2 Sep 2015 13:07:58 -0500 Subject: powerpc/85xx: Add support for Varisys Cyrus board This board uses a P5020 chip, and boots just fine using the corenet_generic code. The device tree is very similar to the P5020DS, except that there is no Flash memory. The environment is, instead, stored on an MMC card on the motherboard. Signed-off-by: Andy Fleming [scottwood: fixed trailing whitespace] Signed-off-by: Scott Wood --- arch/powerpc/platforms/85xx/corenet_generic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/powerpc/platforms') diff --git a/arch/powerpc/platforms/85xx/corenet_generic.c b/arch/powerpc/platforms/85xx/corenet_generic.c index 99412b32586d..3a8be47c0e3a 100644 --- a/arch/powerpc/platforms/85xx/corenet_generic.c +++ b/arch/powerpc/platforms/85xx/corenet_generic.c @@ -161,6 +161,7 @@ static const char * const boards[] __initconst = { "fsl,T1042RDB", "fsl,T1042RDB_PI", "keymile,kmcoge4", + "varisys,CYRUS", NULL }; -- cgit v1.2.1