diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2020-09-16 16:23:20 +0530 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-10-12 08:08:28 +0530 |
commit | 6d7364016a4da0d8faeb6a2566aed9e0f188ffbe (patch) | |
tree | 55cdfca4eca2833896449e06fde69c632fc90d05 /configs/am335x_evm_defconfig | |
parent | 5a8a7a95a05afb546d54cec06d29afbda665853e (diff) | |
download | u-boot-6d7364016a4da0d8faeb6a2566aed9e0f188ffbe.tar.gz u-boot-6d7364016a4da0d8faeb6a2566aed9e0f188ffbe.tar.bz2 u-boot-6d7364016a4da0d8faeb6a2566aed9e0f188ffbe.zip |
configs: am335x_evm_defconfig: Enable CONFIG_OF_LIBFDT_OVERLAY
This enables applying DTBOs at U-Boot prompt before booting to kernel.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'configs/am335x_evm_defconfig')
-rw-r--r-- | configs/am335x_evm_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig index 0d814530d4..a44ed286cf 100644 --- a/configs/am335x_evm_defconfig +++ b/configs/am335x_evm_defconfig @@ -92,4 +92,3 @@ CONFIG_WDT=y CONFIG_DYNAMIC_CRC_TABLE=y CONFIG_RSA=y CONFIG_LZO=y -# CONFIG_OF_LIBFDT_OVERLAY is not set |