summaryrefslogtreecommitdiff
path: root/configs/ls1012ardb_qspi_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-02-05 07:19:52 -0500
committerTom Rini <trini@konsulko.com>2020-02-05 07:19:52 -0500
commitf5cc89a82a9990ba9805ff5800c0872b891533ce (patch)
treee5e5ab0ea18616c364b03f96ec98778fec824281 /configs/ls1012ardb_qspi_defconfig
parentc95215a6ca1cc7bb53cc634159e222abc06fddff (diff)
parentd9618e980430f3f7b84dfd5bb3004285ed47e5ba (diff)
downloadu-boot-f5cc89a82a9990ba9805ff5800c0872b891533ce.tar.gz
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/05Feb2020
- Bug fixes on ls1012a, ls1021a, ls1028ardb platforms Integrate fspi for ls1028a, add DM-I2C support, update secure boot header offset
Diffstat (limited to 'configs/ls1012ardb_qspi_defconfig')
-rw-r--r--configs/ls1012ardb_qspi_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/ls1012ardb_qspi_defconfig b/configs/ls1012ardb_qspi_defconfig
index d734e2ed6f..8ae63ef73d 100644
--- a/configs/ls1012ardb_qspi_defconfig
+++ b/configs/ls1012ardb_qspi_defconfig
@@ -33,6 +33,7 @@ CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1012a-rdb"
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_ENV_ADDR=0x40300000
+CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_DM=y
CONFIG_SATA_CEVA=y
@@ -59,3 +60,6 @@ CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
+CONFIG_DM_I2C=y
+CONFIG_DM_GPIO=y
+CONFIG_DM_RTC=y