diff options
author | Jagan Teki | 2017-12-08 17:03:17 +0530 |
---|---|---|
committer | Jagan Teki | 2017-12-19 16:26:21 +0530 |
commit | 207f48345fa95afb16c52242af6ace70bf1c6bc9 (patch) | |
tree | cd8d9df2f12bee9ee9e027b736017d2c7542729a /configs/parrot_r16_defconfig | |
parent | e628f008285289fbd377455bf9ab9ea6f2e16a2d (diff) |
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/parrot_r16_defconfig')
-rw-r--r-- | configs/parrot_r16_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/parrot_r16_defconfig b/configs/parrot_r16_defconfig index c7dc889a163..c3e61784ac7 100644 --- a/configs/parrot_r16_defconfig +++ b/configs/parrot_r16_defconfig @@ -12,7 +12,6 @@ CONFIG_AXP_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="sun8i-r16-parrot" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y -CONFIG_FASTBOOT_FLASH=y # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set # CONFIG_SPL_DOS_PARTITION is not set |