diff options
author | Alex Marginean <alexandru.marginean@nxp.com> | 2019-11-14 15:39:33 +0200 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2019-11-27 13:12:19 +0530 |
commit | 201d8a5cee2e8f7b954a18699c782cf793b09a35 (patch) | |
tree | 44b363d99f42b5f96991cfab25ffe379a326e7fe /configs/ls1028ardb_tfa_defconfig | |
parent | 0de19abc14a3431d4e556d8c96da64fd41100467 (diff) | |
download | u-boot-201d8a5cee2e8f7b954a18699c782cf793b09a35.tar.gz u-boot-201d8a5cee2e8f7b954a18699c782cf793b09a35.tar.bz2 u-boot-201d8a5cee2e8f7b954a18699c782cf793b09a35.zip |
configs: ls1028a: enable OF_LIBFDT_OVERLAY
LS1028A QDS board supports multiple combinations of SerDes protocols and
multiple add-on cards with Ethernet PHYs. Some of them require specific
configuration in Linux DT, and the plan is to use DT overlays for them.
Signed-off-by: Alex Marginean <alexandru.marginean@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls1028ardb_tfa_defconfig')
-rw-r--r-- | configs/ls1028ardb_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1028ardb_tfa_defconfig b/configs/ls1028ardb_tfa_defconfig index e01bf2e125..eb52381cf3 100644 --- a/configs/ls1028ardb_tfa_defconfig +++ b/configs/ls1028ardb_tfa_defconfig @@ -77,4 +77,5 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_WDT=y CONFIG_WDT_SP805=y +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y |