projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd40ad0
)
sunxi: Pine H64: Enable SPI booting in defconfig
author
Andre Przywara
<andre.przywara@arm.com>
Tue, 28 Jan 2020 00:46:44 +0000
(
00:46
+0000)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Wed, 18 Mar 2020 12:42:20 +0000
(18:12 +0530)
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>
configs/pine_h64_defconfig
patch
|
blob
|
history
diff --git
a/configs/pine_h64_defconfig
b/configs/pine_h64_defconfig
index b49dbea4d4f11f0627135ef3d59d7724691ad6cd..c0adbf3dd0fac0e20472a75cd95489bd8e08c3de 100644
(file)
--- 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