diff options
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r-- | arch/arm/mach-keystone/keystone.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c index aa0d2121449f..e0b9e1b9cf30 100644 --- a/arch/arm/mach-keystone/keystone.c +++ b/arch/arm/mach-keystone/keystone.c | |||
@@ -46,10 +46,7 @@ static void __init keystone_init(void) | |||
46 | } | 46 | } |
47 | 47 | ||
48 | static const char *keystone_match[] __initconst = { | 48 | static const char *keystone_match[] __initconst = { |
49 | "ti,keystone-evm", | 49 | "ti,keystone", |
50 | "ti,k2hk-evm", | ||
51 | "ti,k2l-evm", | ||
52 | "ti,k2e-evm", | ||
53 | NULL, | 50 | NULL, |
54 | }; | 51 | }; |
55 | 52 | ||