After r308533, the platform compatible string must be an exact match.
Use "ti,am33xx" instead of "ti,am335x", which gives an exact match in every DTS we support. This fixes the boot on TI SoCs after r308533. Suggested by: gonzo Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
4dfc28b7e8
commit
b7f9d71cf4
@ -124,5 +124,5 @@ static platform_method_t am335x_methods[] = {
|
||||
PLATFORMMETHOD_END,
|
||||
};
|
||||
|
||||
FDT_PLATFORM_DEF(am335x, "am335x", 0, "ti,am335x", 200);
|
||||
FDT_PLATFORM_DEF(am335x, "am335x", 0, "ti,am33xx", 200);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user