diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-10 16:54:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-23 10:21:41 -0500 |
commit | fa2c14676c7c6f3115dd4d9b2a4cc3b35c3ad2a2 (patch) | |
tree | 6bb004844ba542e9b68919ad046cfcd0c52e216d /include/configs/am335x_shc.h | |
parent | f0f6917188ad660cf002c10095f46ecf748b8f58 (diff) |
configs: Re-sync with CONFIG_DISTRO_DEFAULTS
A number of platforms include config_distro_defaults.h but do not enable
CONFIG_DISTRO_DEFAULTS. As they plainly intended to, set that flag and
re-sync config files.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am335x_shc.h')
-rw-r--r-- | include/configs/am335x_shc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index e2d329acab..699afd6e08 100644 --- a/include/configs/am335x_shc.h +++ b/include/configs/am335x_shc.h @@ -253,8 +253,6 @@ #undef CONFIG_TIMER #endif -#define CONFIG_CMD_DHCP -#define CONFIG_CMD_PING #define CONFIG_DRIVER_TI_CPSW #define CONFIG_MII #define CONFIG_BOOTP_DEFAULT |