
8 Feb
2018
8 Feb
'18
7:21 a.m.
Eddy Petrișor
Pe 6 feb. 2018 15:49, "Adam Ford" aford173@gmail.com a scris:
With the contents of config_distro_defaults.h migrated to Kconfig, we can remove this header file completely
--- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -14,7 +14,7 @@ #include "mx6_common.h"
#ifndef CONFIG_SPL_BUILD -#include <config_distro_defaults.h> + #endif
I'd say this kind of empty left overs shouldbe also removed. There are several affected files which have this kind of empty #ifndef block after the modification.
Eddy