diff options
author | Tero Kristo <t-kristo@ti.com> | 2019-10-24 15:01:02 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-07 18:39:17 -0500 |
commit | b31e650867acfb016d1bfb8b895d7bd10cb5f1d1 (patch) | |
tree | 0bfd4bb6812719ffaa05f9f160b4dc45080ca4b8 | |
parent | e41dd6c49959a0c82cd55e826cfe3102969803d8 (diff) | |
download | u-boot-b31e650867acfb016d1bfb8b895d7bd10cb5f1d1.tar.gz |
configs: am65x_evm_r5_defconfig: Enable AVS class 0 support
Enable AVS class 0 support for the R5 SPL bootloader.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Keerthy <j-keerthy@ti.com>
-rw-r--r-- | configs/am65x_evm_r5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am65x_evm_r5_defconfig b/configs/am65x_evm_r5_defconfig index a721b24ba4..4f122808de 100644 --- a/configs/am65x_evm_r5_defconfig +++ b/configs/am65x_evm_r5_defconfig @@ -99,3 +99,4 @@ CONFIG_TIMER=y CONFIG_SPL_TIMER=y CONFIG_OMAP_TIMER=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 +CONFIG_K3_AVS0=y |