diff --git a/config/boards/helios64.eos b/config/boards/helios64.csc similarity index 100% rename from config/boards/helios64.eos rename to config/boards/helios64.csc diff --git a/patch/u-boot/u-boot-rockchip64/add-board-helios64.patch b/patch/u-boot/u-boot-rockchip64/add-board-helios64.patch index f90aacb7ea..57ab6df58e 100644 --- a/patch/u-boot/u-boot-rockchip64/add-board-helios64.patch +++ b/patch/u-boot/u-boot-rockchip64/add-board-helios64.patch @@ -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; +}