mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-01-28 01:47:24 +01:00
ipq5018: tiny-config: Add run command support
This config changes removes unwanted config and add RUN command support Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: I1a5a1ec8e9b03b53ee57a454c60b0c2d9111fad9
This commit is contained in:
parent
190ddf15fc
commit
fbb0b79592
1 changed files with 6 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ CONFIG_CMD_CONSOLE=y
|
|||
# CONFIG_CMD_BOOTD is not set
|
||||
CONFIG_CMD_BOOTM=y
|
||||
# CONFIG_CMD_GO is not set
|
||||
# CONFIG_CMD_RUN is not set
|
||||
CONFIG_CMD_RUN=y
|
||||
# CONFIG_CMD_IMI is not set
|
||||
# CONFIG_CMD_IMLS is not set
|
||||
# CONFIG_CMD_XIMG is not set
|
||||
|
|
@ -62,7 +62,7 @@ CONFIG_CMD_CRC32=y
|
|||
# Device access commands
|
||||
#
|
||||
|
||||
CONFIG_CMD_DM=y
|
||||
# CONFIG_CMD_DM is not set
|
||||
# CONFIG_CMD_DEMO is not set
|
||||
# CONFIG_CMD_LOADB is not set
|
||||
# CONFIG_CMD_LOADS is not set
|
||||
|
|
@ -78,9 +78,9 @@ CONFIG_CMD_FLASH=y
|
|||
# Shell scripting commands
|
||||
#
|
||||
CONFIG_CMD_ECHO=y
|
||||
CONFIG_CMD_ITEST=y
|
||||
# CONFIG_CMD_ITEST is not set
|
||||
CONFIG_CMD_SOURCE=y
|
||||
CONFIG_CMD_SETEXPR=y
|
||||
# CONFIG_CMD_SETEXPR is not set
|
||||
|
||||
#
|
||||
# Network commands
|
||||
|
|
@ -102,8 +102,8 @@ CONFIG_CMD_NET=y
|
|||
#
|
||||
# CONFIG_CMD_TIME is not set
|
||||
CONFIG_CMD_MISC=y
|
||||
CONFIG_CMD_PART=y
|
||||
CONFIG_PARTITION_UUIDS=y
|
||||
# CONFIG_CMD_PART is not set
|
||||
# CONFIG_PARTITION_UUIDS is not set
|
||||
# CONFIG_CMD_TIMER is not set
|
||||
# CONFIG_IPQ_TZT is not set
|
||||
# CONFIG_UBI_WRITE is not set
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue