summaryrefslogtreecommitdiff
path: root/configs/pine_h64_defconfig
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2020-01-28 00:46:44 +0000
committerJagan Teki <jagan@amarulasolutions.com>2020-03-18 18:12:20 +0530
commite66a34eaba40aef876585075bc54f7528e9eccf4 (patch)
treedb8f5945d629d4a7c187bd085690e85a2131e68d /configs/pine_h64_defconfig
parentfd40ad0d579412ea2cd31388e287d0592ddb5d73 (diff)
sunxi: Pine H64: Enable SPI booting in defconfig
The Pine H64 board comes with some onboard SPI flash chip, which is perfect for loading SPL, ATF and U-Boot proper from there. Enable the functionality in the defconfig, so that we use sunxi-fel to transfer a bootable image to the NOR flash. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/pine_h64_defconfig')
-rw-r--r--configs/pine_h64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pine_h64_defconfig b/configs/pine_h64_defconfig
index b49dbea4d4..c0adbf3dd0 100644
--- a/configs/pine_h64_defconfig
+++ b/configs/pine_h64_defconfig
@@ -16,3 +16,4 @@ CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-pine-h64"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
+CONFIG_SPL_SPI_SUNXI=y