[U-Boot] [PATCH V2 2/2] Remove config_distro_defaults.h
Eddy Petrișor
eddy.petrisor at gmail.com
Thu Feb 8 06:21:10 UTC 2018
Eddy Petrișor
Pe 6 feb. 2018 15:49, "Adam Ford" <aford173 at 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
More information about the U-Boot
mailing list