Message ID | 20200128004644.21341-6-andre.przywara@arm.com |
---|---|
State | Accepted |
Commit | e66a34eaba40aef876585075bc54f7528e9eccf4 |
Headers | show |
Series | sunxi: SPL SPI booting: Enable R40 and H6 SoCs | expand |
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
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 at arm.com> --- configs/pine_h64_defconfig | 1 + 1 file changed, 1 insertion(+)