
According to doc/README.pxe fdtfile shall only contain a filename and no path. If a path is needed it shall be specified with ftddir.
Putting the vendor path into ftdname breaks package flash-kernel in Linux distribution Debian and its derivatives.
The following other arm64 boards do not have a vendor directory prefixed to ftddir:
hikey_defconfig: fdtfile=hi6220-hikey.dtb dragonboard410c_defconfig: fdtfile=apq8016-sbc.dtb pine64_plus_defconfig: fdtfile=sun50i-a64-pine6-plus.dtb
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- include/configs/odroid-c2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/odroid-c2.h b/include/configs/odroid-c2.h index 117c0e418a..f2e1034b50 100644 --- a/include/configs/odroid-c2.h +++ b/include/configs/odroid-c2.h @@ -13,7 +13,7 @@ /* Serial setup */ #define CONFIG_CONS_INDEX 0
-#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-odroidc2.dtb\0" +#define MESON_FDTFILE_SETTING "fdtfile=meson-gxbb-odroidc2.dtb\0"
#include <configs/meson-gxbb-common.h>