diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-06-26 14:25:04 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-06 16:17:14 -0400 |
commit | 85bd15c53dde5f176ffc35f76d1ca4b3088ebce9 (patch) | |
tree | 7a51577cbcf2d6530bc72d79d757c309d8f86324 /configs/am335x_evm_usbspl_defconfig | |
parent | a6e66793498ce432970f4dcdc7f5fbc47fdcaa57 (diff) | |
download | u-boot-85bd15c53dde5f176ffc35f76d1ca4b3088ebce9.tar.gz |
am335x: beagle/evm: add device tree overlay support
TI am33xx devices such as the BeagleBone devices have numerous cape options such
as screens some of which need overlays from the beginning so it makes sense to
enable evice tree overlays.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'configs/am335x_evm_usbspl_defconfig')
-rw-r--r-- | configs/am335x_evm_usbspl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_evm_usbspl_defconfig b/configs/am335x_evm_usbspl_defconfig index a578322e1a..ffd730eeb8 100644 --- a/configs/am335x_evm_usbspl_defconfig +++ b/configs/am335x_evm_usbspl_defconfig @@ -37,3 +37,4 @@ CONFIG_G_DNL_MANUFACTURER="Texas Instruments" CONFIG_G_DNL_VENDOR_NUM=0x0451 CONFIG_G_DNL_PRODUCT_NUM=0xd022 CONFIG_OF_LIBFDT=y +CONFIG_OF_LIBFDT_OVERLAY=y |