From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Sat, 3 Jan 2015 16:20:07 +0300 Subject: [U-Boot] [PATCH 0/2] select default commands in Kconfig Message-ID: <1420291209-20249-1-git-send-email-abrodkin@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Now when we may select commands via menuconfig let's adjust default settings with "config_cmd_default.h". As the next step we may get rid of "config_cmd_default.h" inclusion in "include/configs/*.h" and "config_cmd_default.h" itself. But while "config_cmd_default.h" is still there we need to work-around compile-time warnings. Alexey Brodkin (2): common: mark commands as default to match "config_cmd_default.h" config_cmd_default.h: wrap each definition in "ifndef" common/Kconfig | 19 +++++++++++++++++++ include/config_cmd_default.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) -- 2.1.0