Fixed u-boot v2022.07 compilation for Helios64 (#4480)
* Fixed u-boot v2022.07 compilation for Helios64 * Move Helios64 back from EOS to community supported as images can be assembled Co-authored-by: Igor <igor@armbian.com>
This commit is contained in:
parent
9076d1c25e
commit
c3596f401a
@ -1824,7 +1824,7 @@ index 00000000..3a278346
|
||||
+ str = strdup(name);
|
||||
+ if (!str)
|
||||
+ return -ENOMEM;
|
||||
+ ret = spi_get_bus_and_cs(bus, cs, 25000000, CONFIG_DEFAULT_SPI_MODE, "spi_generic_drv",
|
||||
+ ret = _spi_get_bus_and_cs(bus, cs, 25000000, CONFIG_DEFAULT_SPI_MODE, "spi_generic_drv",
|
||||
+ str, &dev, &slave);
|
||||
+ return ret;
|
||||
+}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user