diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-28 08:46:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 08:46:52 -0400 |
commit | f7d0ae9c630a163ec957d492a6b7d115f7edcecc (patch) | |
tree | f5967b5672f76117f23ee1cb07a01cf66fb2a1a3 /configs/dra7xx_evm_defconfig | |
parent | 1db942b67d00a3569efbbd3f36140470b0e59b2e (diff) | |
download | u-boot-f7d0ae9c630a163ec957d492a6b7d115f7edcecc.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/dra7xx_evm_defconfig')
-rw-r--r-- | configs/dra7xx_evm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index 12f08ae6f9..be66591b86 100644 --- a/configs/dra7xx_evm_defconfig +++ b/configs/dra7xx_evm_defconfig @@ -14,8 +14,8 @@ CONFIG_ENV_OFFSET_REDUND=0x280000 CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y CONFIG_ARMV7_LPAE=y -CONFIG_AHCI=y CONFIG_DEFAULT_DEVICE_TREE="dra7-evm" +CONFIG_AHCI=y CONFIG_DISTRO_DEFAULTS=y CONFIG_SPL_LOAD_FIT=y CONFIG_OF_BOARD_SETUP=y |