diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-06-03 20:08:37 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-06-05 21:09:14 +0200 |
commit | 277af820b5207d43473869da2c86412d2b51d461 (patch) | |
tree | 3a24696cbb236f22f8f93fd84e9776f556a1996e /configs/Wexler_TAB7200_defconfig | |
parent | 348cce20efca09a340e75bef8654684782d320ba (diff) | |
download | u-boot-277af820b5207d43473869da2c86412d2b51d461.tar.gz |
sunxi: Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default
Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default rather then
needing to have this in every sunxi defconfig file.
This also fixes the Merrii_A80_Optimus defconfig no longer building.
Cc: Maxin B. John <maxin.john@enea.com>
Reported-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/Wexler_TAB7200_defconfig')
-rw-r--r-- | configs/Wexler_TAB7200_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/Wexler_TAB7200_defconfig b/configs/Wexler_TAB7200_defconfig index 2beda9edba..011e921567 100644 --- a/configs/Wexler_TAB7200_defconfig +++ b/configs/Wexler_TAB7200_defconfig @@ -9,5 +9,3 @@ CONFIG_VIDEO_LCD_BL_PWM="PB2" CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-wexler-tab7200" CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,USB_EHCI" -CONFIG_CMD_SETEXPR=y -CONFIG_CMD_NET=y |