diff options
author | Stefan Roese <sr@denx.de> | 2017-10-06 09:12:28 +0200 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-10-07 12:06:27 +0800 |
commit | b6519b777d4a2fa3ee8a94e269f13afb79bacf6b (patch) | |
tree | 556070f62a05bbcb7a0a2c5d9dab61d7ce847021 | |
parent | 70e6c8c65a804cbc0953e579dd2ce2c33c1870cf (diff) | |
download | u-boot-b6519b777d4a2fa3ee8a94e269f13afb79bacf6b.zip u-boot-b6519b777d4a2fa3ee8a94e269f13afb79bacf6b.tar.gz u-boot-b6519b777d4a2fa3ee8a94e269f13afb79bacf6b.tar.bz2 |
x86: theadorable-x86-xxx_defconfig: Enable setexpr command
The setexpr command is useful for scripting, lets enable it for all
x86 based theadorable platforms.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
-rw-r--r-- | configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig | 1 | ||||
-rw-r--r-- | configs/theadorable-x86-conga-qa3-e3845_defconfig | 1 | ||||
-rw-r--r-- | configs/theadorable-x86-dfi-bt700_defconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig b/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig index 1888f08..344a8f2 100644 --- a/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig +++ b/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig @@ -27,7 +27,6 @@ CONFIG_CMD_MMC=y CONFIG_CMD_SF=y CONFIG_CMD_SPI=y CONFIG_CMD_USB=y -# CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set CONFIG_CMD_PING=y diff --git a/configs/theadorable-x86-conga-qa3-e3845_defconfig b/configs/theadorable-x86-conga-qa3-e3845_defconfig index 4c9492c..84a92c5 100644 --- a/configs/theadorable-x86-conga-qa3-e3845_defconfig +++ b/configs/theadorable-x86-conga-qa3-e3845_defconfig @@ -26,7 +26,6 @@ CONFIG_CMD_MMC=y CONFIG_CMD_SF=y CONFIG_CMD_SPI=y CONFIG_CMD_USB=y -# CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set CONFIG_CMD_PING=y diff --git a/configs/theadorable-x86-dfi-bt700_defconfig b/configs/theadorable-x86-dfi-bt700_defconfig index 348d917..d42798e 100644 --- a/configs/theadorable-x86-dfi-bt700_defconfig +++ b/configs/theadorable-x86-dfi-bt700_defconfig @@ -25,7 +25,6 @@ CONFIG_CMD_PART=y CONFIG_CMD_SF=y CONFIG_CMD_SPI=y CONFIG_CMD_USB=y -# CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set CONFIG_CMD_PING=y |