From c3596f401ab5ed42db24d017069ecca42bee6daa Mon Sep 17 00:00:00 2001 From: Alban Browaeys Date: Thu, 24 Nov 2022 12:51:32 +0100 Subject: [PATCH] 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 --- config/boards/{helios64.eos => helios64.csc} | 0 patch/u-boot/u-boot-rockchip64/add-board-helios64.patch | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config/boards/{helios64.eos => helios64.csc} (100%) 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; +}