mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-25 16:13:05 +00:00
ar71xx: add new SPI NOR RB devices to the list of serial-enable patch
Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
This commit is contained in:
parent
b2044a7f60
commit
b800453282
@ -1,17 +1,21 @@
|
||||
--- a/arch/mips/ath79/prom.c
|
||||
+++ b/arch/mips/ath79/prom.c
|
||||
@@ -136,6 +136,18 @@ void __init prom_init(void)
|
||||
@@ -136,6 +136,22 @@ void __init prom_init(void)
|
||||
initrd_end = initrd_start + fw_getenvl("initrd_size");
|
||||
}
|
||||
#endif
|
||||
+
|
||||
+ if (strstr(arcs_cmdline, "board=750Gr3") ||
|
||||
+ strstr(arcs_cmdline, "board=750i") ||
|
||||
+ strstr(arcs_cmdline, "board=750-hb") ||
|
||||
+ strstr(arcs_cmdline, "board=411") ||
|
||||
+ strstr(arcs_cmdline, "board=433") ||
|
||||
+ strstr(arcs_cmdline, "board=450") ||
|
||||
+ strstr(arcs_cmdline, "board=493") ||
|
||||
+ strstr(arcs_cmdline, "board=951G") ||
|
||||
+ strstr(arcs_cmdline, "board=H951L") ||
|
||||
+ strstr(arcs_cmdline, "board=952-hb") ||
|
||||
+ strstr(arcs_cmdline, "board=map-hb") ||
|
||||
+ strstr(arcs_cmdline, "board=2011L") ||
|
||||
+ strstr(arcs_cmdline, "board=711Gr100") ||
|
||||
+ strstr(arcs_cmdline, "board=922gs"))
|
||||
|
Loading…
Reference in New Issue
Block a user