From e4623f75e4b0128e9cc38e42699e5c0169ec58d0 Mon Sep 17 00:00:00 2001 From: Jerome Brunet Date: Fri, 19 Oct 2018 12:00:51 +0200 Subject: configs: meson: remove unnecessary MESON_FDTFILE_SETTING MESON_FDTFILE_SETTING is used to define the default name of the fdt file in u-boot environment. We can easily derive it from CONFIG_DEFAULT_DEVICE_TREE instead. This will help factorize the code a bit Signed-off-by: Jerome Brunet Signed-off-by: Neil Armstrong --- include/configs/libretech-cc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/libretech-cc.h') diff --git a/include/configs/libretech-cc.h b/include/configs/libretech-cc.h index a0856f98da..95e0f346fd 100644 --- a/include/configs/libretech-cc.h +++ b/include/configs/libretech-cc.h @@ -9,8 +9,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-libretech-cc.dtb\0" - #include #endif /* __CONFIG_H */ -- cgit v1.2.1