diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-12-08 17:03:17 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2017-12-19 16:26:21 +0530 |
commit | 207f48345fa95afb16c52242af6ace70bf1c6bc9 (patch) | |
tree | cd8d9df2f12bee9ee9e027b736017d2c7542729a /configs/Sinlinx_SinA33_defconfig | |
parent | e628f008285289fbd377455bf9ab9ea6f2e16a2d (diff) | |
download | u-boot-207f48345fa95afb16c52242af6ace70bf1c6bc9.tar.gz u-boot-207f48345fa95afb16c52242af6ace70bf1c6bc9.tar.xz u-boot-207f48345fa95afb16c52242af6ace70bf1c6bc9.zip |
configs: sunxi: Drop FASTBOOT_FLASH
Now FASTBOOT_FLASH is auto select for sunxi platform,
so drop explicit addition.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'configs/Sinlinx_SinA33_defconfig')
-rw-r--r-- | configs/Sinlinx_SinA33_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/Sinlinx_SinA33_defconfig b/configs/Sinlinx_SinA33_defconfig index 7818e3cf79..9e2d9e2163 100644 --- a/configs/Sinlinx_SinA33_defconfig +++ b/configs/Sinlinx_SinA33_defconfig @@ -14,7 +14,6 @@ CONFIG_VIDEO_LCD_BL_PWM="PH0" CONFIG_DEFAULT_DEVICE_TREE="sun8i-a33-sinlinx-sina33" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y -CONFIG_FASTBOOT_FLASH=y CONFIG_CMD_DFU=y # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set |