diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-28 16:15:47 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-28 16:15:47 -0400 |
commit | 556fd590db78def1cb92b0e887c665d3b75f7519 (patch) | |
tree | e99e20f537c7d5f3fe823f53d40db51b8fe65831 /configs/pine_h64_defconfig | |
parent | dd2c676a659a03daeef31d1221da2edff009d426 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pine_h64_defconfig')
-rw-r--r-- | configs/pine_h64_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pine_h64_defconfig b/configs/pine_h64_defconfig index cb5e624a3d..8937c51bd0 100644 --- a/configs/pine_h64_defconfig +++ b/configs/pine_h64_defconfig @@ -6,9 +6,9 @@ CONFIG_SUNXI_DRAM_H6_LPDDR3=y CONFIG_MMC0_CD_PIN="PF6" CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_USB3_VBUS_PIN="PL5" +CONFIG_SPL_SPI_SUNXI=y # CONFIG_PSCI_RESET is not set # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_DEFAULT_DEVICE_TREE="sun50i-h6-pine-h64" CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y -CONFIG_SPL_SPI_SUNXI=y |