diff options
author | Tom Rini <trini@konsulko.com> | 2015-11-17 17:57:32 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-17 17:57:32 -0500 |
commit | fe524569d4a7eea66475d5815be75660e59b6ee4 (patch) | |
tree | b9c9c5db567947ea5415a33a5190034177853677 /configs/ib62x0_defconfig | |
parent | fb2dea60e8f355ae00d427db09112a90839c96ec (diff) | |
parent | 6a26748c5e5558073b72ff55de4dc3ea245d3726 (diff) | |
download | u-boot-fe524569d4a7eea66475d5815be75660e59b6ee4.tar.gz |
Merge git://git.denx.de/u-boot-marvell
Diffstat (limited to 'configs/ib62x0_defconfig')
-rw-r--r-- | configs/ib62x0_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/ib62x0_defconfig b/configs/ib62x0_defconfig index 194ef0285c..19cbfd568b 100644 --- a/configs/ib62x0_defconfig +++ b/configs/ib62x0_defconfig @@ -5,3 +5,8 @@ CONFIG_SYS_PROMPT="ib62x0 => " # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set +CONFIG_HUSH_PARSER=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_NAND=y +CONFIG_CMD_PING=y +CONFIG_CMD_USB=y |