diff mbox

[U-Boot,v5,01/26] sandbox: Cleanup order and extra defines in defconfig

Message ID 1432150059-24238-2-git-send-email-joe.hershberger@ni.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Joe Hershberger May 20, 2015, 7:27 p.m. UTC
The defconfigs should not be edited directly. They should be generated
by editing the .config (through menuconfig or whatever) and then run
make savedefconfig to have the Kconfig system generate a clean defconfig

I did this for sandbox here with no actual changes.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

Changes in v5:
-Rebased and reran savedefconfig

Changes in v4: None
Changes in v3: None
Changes in v2:
-New for version 2

 configs/sandbox_defconfig | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Tom Rini May 23, 2015, 12:39 p.m. UTC | #1
On Wed, May 20, 2015 at 02:27:14PM -0500, Joe Hershberger wrote:

> The defconfigs should not be edited directly. They should be generated
> by editing the .config (through menuconfig or whatever) and then run
> make savedefconfig to have the Kconfig system generate a clean defconfig
> 
> I did this for sandbox here with no actual changes.
> 
> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index f8dac33..b333b61 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -8,6 +8,8 @@  CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
 CONFIG_FIT_SIGNATURE=y
 CONFIG_CMD_SOUND=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
 CONFIG_OF_CONTROL=y
 CONFIG_OF_HOSTFILE=y
 CONFIG_DM_PCI=y
@@ -21,17 +23,15 @@  CONFIG_TPM_TIS_SANDBOX=y
 CONFIG_SYS_I2C_SANDBOX=y
 CONFIG_SANDBOX_SPI=y
 CONFIG_SANDBOX_GPIO=y
+CONFIG_DM_PMIC=y
+CONFIG_DM_PMIC_SANDBOX=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_SANDBOX=y
 CONFIG_SOUND=y
 CONFIG_SOUND_SANDBOX=y
 CONFIG_USB=y
 CONFIG_USB_EMUL=y
 CONFIG_USB_STORAGE=y
 CONFIG_DM_RTC=y
-CONFIG_CMD_UT_TIME=y
 CONFIG_ERRNO_STR=y
-CONFIG_DM_PMIC=y
-CONFIG_DM_PMIC_SANDBOX=y
-CONFIG_CMD_PMIC=y
-CONFIG_DM_REGULATOR=y
-CONFIG_DM_REGULATOR_SANDBOX=y
-CONFIG_CMD_REGULATOR=y
+CONFIG_CMD_UT_TIME=y