diff options
author | Adam Ford <aford173@gmail.com> | 2018-02-06 07:49:32 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-23 21:44:22 -0500 |
commit | ba8bf9481b0854fa7d48b0e9ed913c639f187c7d (patch) | |
tree | 1940f415a9cabdf09b2b3cefba0e6eeb7e8cd186 /include/config_distro_defaults.h | |
parent | d021e942107a1f7304a879cec99286ca462f7be3 (diff) | |
download | u-boot-ba8bf9481b0854fa7d48b0e9ed913c639f187c7d.tar.gz |
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/config_distro_defaults.h')
-rw-r--r-- | include/config_distro_defaults.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h deleted file mode 100644 index 35e704e2c9..0000000000 --- a/include/config_distro_defaults.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright 2013-2014 Red Hat, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#ifndef _CONFIG_CMD_DISTRO_DEFAULTS_H -#define _CONFIG_CMD_DISTRO_DEFAULTS_H - -/* - * List of all commands and options that when defined enables support for - * features required by distros to support boards in a standardised and - * consistent manner. - */ - -#endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */ |