diff options
author | Ian Campbell | 2015-06-26 19:42:24 +0100 |
---|---|---|
committer | Tom Rini | 2015-06-28 11:46:31 -0400 |
commit | da9971d1b3bdb554d4a4ac948119f8b2616bbcce (patch) | |
tree | 891484a36f14b56879c7091a8e907a8f57f8c3f5 /board/sunxi/Kconfig | |
parent | ef0f2f57524ec85fb9058a23298f2c4995e0d950 (diff) |
Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory"
This reverts commit f76eba38b3eda905ff3bdc18dd1240d3dcbc6e5a.
This patch did not have a full and proper copyright/S-o-b chain.
Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Conflicts:
include/configs/sun6i.h
include/configs/sun8i.h
Diffstat (limited to 'board/sunxi/Kconfig')
-rw-r--r-- | board/sunxi/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index aa44f50b324..2a1cd3cf3bc 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -280,18 +280,6 @@ config MMC_SUNXI_SLOT_EXTRA slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable support for this. -config SPL_NAND_SUPPORT - bool "SPL/NAND mode support" - depends on SPL - default n - ---help--- - This enables support for booting from NAND internal - memory. U-Boot SPL doesn't detect where is it load from, - therefore this option is needed to properly load image from - flash. Option also disables MMC functionality on U-Boot due to - initialization errors encountered, when both controllers are - enabled. - config USB0_VBUS_PIN string "Vbus enable pin for usb0 (otg)" default "" |