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/odroid-c2.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/odroid-c2.h') diff --git a/include/configs/odroid-c2.h b/include/configs/odroid-c2.h index d117b183aa..87e3ddb342 100644 --- a/include/configs/odroid-c2.h +++ b/include/configs/odroid-c2.h @@ -7,10 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -/* Serial setup */ - -#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-odroidc2.dtb\0" - #include #endif /* __CONFIG_H */ -- cgit