[PATCH 2/2] odroid-go2: fix default FDT file path
Roger Pau Monné
royger at FreeBSD.org
Wed Feb 24 11:09:39 CET 2021
Forgot to Cc the maintainer, doing it now, sorry for the spam.
On Mon, Feb 22, 2021 at 10:25:59AM +0100, Roger Pau Monné wrote:
> The path in the Linux kernel dts directory is
> rockchip/rk3326-odroid-go2.dtb.
>
> That also seems to match the FDT path set on other boards (ie:
> rock64-rk3328 for example).
>
> Signed-off-by: Roger Pau Monne <royger at FreeBSD.org>
> ---
> configs/odroid-go2_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configs/odroid-go2_defconfig b/configs/odroid-go2_defconfig
> index be7ba09334..6aa41e3755 100644
> --- a/configs/odroid-go2_defconfig
> +++ b/configs/odroid-go2_defconfig
> @@ -24,7 +24,7 @@ CONFIG_FIT=y
> CONFIG_FIT_VERBOSE=y
> CONFIG_FIT_BEST_MATCH=y
> CONFIG_SPL_LOAD_FIT=y
> -CONFIG_DEFAULT_FDT_FILE="rk3326-odroidgo2.dtb"
> +CONFIG_DEFAULT_FDT_FILE="rockchip/rk3326-odroid-go2.dtb"
> # CONFIG_CONSOLE_MUX is not set
> # CONFIG_DISPLAY_CPUINFO is not set
> CONFIG_DISPLAY_BOARDINFO_LATE=y
> --
> 2.30.1
>
More information about the U-Boot
mailing list