diff options
author | Mylène Josserand <mylene.josserand@free-electrons.com> | 2017-04-02 10:59:04 (GMT) |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-04-20 11:19:58 (GMT) |
commit | e34dc387bd5d37e75e963f0801be9c5ae556b26d (patch) | |
tree | 811a56343a4a23846a065267416c83e2e34b3992 /configs | |
parent | 4d43d065db3262f9a9918ba72457bf36dfb8e0bb (diff) | |
download | u-boot-e34dc387bd5d37e75e963f0801be9c5ae556b26d.tar.xz |
sunxi: icnova-a20-swac_defconfig: Remove AXP209_POWER
Remove the AXP209_POWER option from SYS_EXTRA_OPTIONS.
As this configuration already exists on Kconfig, we just need
to remove it from defconfig.
Signed-off-by: Mylène Josserand <mylene.josserand@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/icnova-a20-swac_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/icnova-a20-swac_defconfig b/configs/icnova-a20-swac_defconfig index 569f2d9..bc46c9a 100644 --- a/configs/icnova-a20-swac_defconfig +++ b/configs/icnova-a20-swac_defconfig @@ -12,7 +12,7 @@ CONFIG_VIDEO_LCD_POWER="PH22" CONFIG_VIDEO_LCD_PANEL_LVDS=y CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-icnova-swac" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set -CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,CMD_BMP" +CONFIG_SYS_EXTRA_OPTIONS="CMD_BMP" CONFIG_SPL=y CONFIG_SPL_I2C_SUPPORT=y # CONFIG_CMD_IMLS is not set |