From: Roger Pau Monné Date: Mon, 22 Feb 2021 09:25:59 +0000 (+0100) Subject: odroid-go2: fix default FDT file path X-Git-Tag: v2025.01-rc5-pxa1908~1940^2~2 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=253b151d489dd3186bc27699b1ab551a29265759;p=u-boot.git odroid-go2: fix default FDT file path 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 Reviewed-by: Kever Yang --- 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