diff mbox

[U-Boot,v2,2/2] davinci: omapl138_lcdk: switch to using TI_COMMON_CMD_OPTIONS

Message ID 20170511144422.24549-3-nsekhar@ti.com
State Accepted
Commit 936909e6e14db2230b906a4417afdd1d52e44471
Delegated to: Tom Rini
Headers show

Commit Message

Sekhar Nori May 11, 2017, 2:44 p.m. UTC
Now that we support using TI_COMMON_CMD_OPTIONS,
we dont have to enable a number of commands explicitly
in the defconfig if we enable TI_COMMON_CMD_OPTIONS.

Enable TI_COMMON_CMD_OPTIONS and regenerate the defconfig
using "make savedefconfig".

CMD_GPIO has been kept disabled because there is no GPIO
support (yet) on OMAP-L138 LCDK.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 configs/omapl138_lcdk_defconfig | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

Comments

Tom Rini May 11, 2017, 3:28 p.m. UTC | #1
On Thu, May 11, 2017 at 08:14:22PM +0530, Sekhar Nori wrote:

> Now that we support using TI_COMMON_CMD_OPTIONS,
> we dont have to enable a number of commands explicitly
> in the defconfig if we enable TI_COMMON_CMD_OPTIONS.
> 
> Enable TI_COMMON_CMD_OPTIONS and regenerate the defconfig
> using "make savedefconfig".
> 
> CMD_GPIO has been kept disabled because there is no GPIO
> support (yet) on OMAP-L138 LCDK.
> 
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini May 12, 2017, 5:24 p.m. UTC | #2
On Thu, May 11, 2017 at 08:14:22PM +0530, Sekhar Nori wrote:

> Now that we support using TI_COMMON_CMD_OPTIONS,
> we dont have to enable a number of commands explicitly
> in the defconfig if we enable TI_COMMON_CMD_OPTIONS.
> 
> Enable TI_COMMON_CMD_OPTIONS and regenerate the defconfig
> using "make savedefconfig".
> 
> CMD_GPIO has been kept disabled because there is no GPIO
> support (yet) on OMAP-L138 LCDK.
> 
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

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

Patch

diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index 7a5a78f4944b..752ff5d860a1 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -1,6 +1,7 @@ 
 CONFIG_ARM=y
 CONFIG_ARCH_DAVINCI=y
 CONFIG_TARGET_OMAPL138_LCDK=y
+CONFIG_TI_COMMON_CMD_OPTIONS=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y
 CONFIG_SPL_MMC_SUPPORT=y
@@ -15,19 +16,10 @@  CONFIG_SPL=y
 CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0xb5
 CONFIG_HUSH_PARSER=y
 CONFIG_SYS_PROMPT="U-Boot > "
-CONFIG_CMD_BOOTZ=y
 # CONFIG_CMD_IMLS is not set
-CONFIG_CMD_ASKENV=y
 # CONFIG_CMD_FLASH is not set
-CONFIG_CMD_MMC=y
-CONFIG_CMD_PART=y
+# CONFIG_CMD_GPIO is not set
 # CONFIG_CMD_SETEXPR is not set
-CONFIG_CMD_DHCP=y
-CONFIG_CMD_MII=y
-CONFIG_CMD_PING=y
-CONFIG_CMD_EXT2=y
-CONFIG_CMD_FAT=y
-CONFIG_CMD_FS_GENERIC=y
 CONFIG_CMD_DIAG=y
 CONFIG_CMD_UBI=y
 CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y