summaryrefslogtreecommitdiff
path: root/configs/sama5d2_ptc_ek_nandflash_defconfig
diff options
context:
space:
mode:
authorLudovic Desroches <ludovic.desroches@microchip.com>2018-04-25 12:22:41 +0300
committerTom Rini <trini@konsulko.com>2018-05-08 09:07:36 -0400
commiteb85cc10b4d858247ce7e90c0d98fc59e4d23a82 (patch)
tree07eb256cebc5b4a12186bb3e1998fc185035d7bc /configs/sama5d2_ptc_ek_nandflash_defconfig
parent528a42a795c3069409305a2eb7a7d291681aec4d (diff)
defconfig: at91-sama5d2_ptc_ek: remove unused SYS_EXTRA_OPTIONS
Remove SYS_USE_NANDFLASH, SYS_USE_MMC as they are deprecated and unused. The board configurations already use CONFIG_SD_BOOT and CONFIG_NAND_BOOT respectively. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> [eugen.hristev@microchip.com: rework on latest u-boot] Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs/sama5d2_ptc_ek_nandflash_defconfig')
-rw-r--r--configs/sama5d2_ptc_ek_nandflash_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sama5d2_ptc_ek_nandflash_defconfig b/configs/sama5d2_ptc_ek_nandflash_defconfig
index 2739001cf1..94d5492f99 100644
--- a/configs/sama5d2_ptc_ek_nandflash_defconfig
+++ b/configs/sama5d2_ptc_ek_nandflash_defconfig
@@ -7,7 +7,7 @@ CONFIG_DEFAULT_DEVICE_TREE="at91-sama5d2_ptc_ek"
CONFIG_DEBUG_UART=y
CONFIG_ENV_VARS_UBOOT_CONFIG=y
CONFIG_FIT=y
-CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2,SYS_USE_NANDFLASH"
+CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2"
CONFIG_NAND_BOOT=y
CONFIG_BOOTDELAY=3
CONFIG_CONSOLE_MUX=y