diff options
author | Adam Ford | 2018-02-06 07:49:32 -0600 |
---|---|---|
committer | Tom Rini | 2018-02-23 21:44:22 -0500 |
commit | ba8bf9481b0854fa7d48b0e9ed913c639f187c7d (patch) | |
tree | 1940f415a9cabdf09b2b3cefba0e6eeb7e8cd186 /include/configs/rpi.h | |
parent | d021e942107a1f7304a879cec99286ca462f7be3 (diff) |
Remove config_distro_defaults.h
With the contents of config_distro_defaults.h migrated to Kconfig,
we can remove this header file completely
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/rpi.h')
-rw-r--r-- | include/configs/rpi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 6b4b5f44bf4..17cdecd1c34 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -85,8 +85,6 @@ #define CONFIG_CMDLINE_TAG #define CONFIG_INITRD_TAG -#include <config_distro_defaults.h> - /* Environment */ #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define ENV_DEVICE_SETTINGS \ |