aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/lx2160a
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-07-18 23:07:36 -0400
committerTom Rini <trini@konsulko.com>2021-07-18 23:07:36 -0400
commitabf0061eabf43f43a3889871e259c9633e7a42e3 (patch)
treefa0e4b2984c629092a61346dab9d69f91f7b078c /board/freescale/lx2160a
parentdf761ba4254eedf078840ecfade9644839cd5bc0 (diff)
parentb7b5cbe2794b2d3c8e9500c6de8257aa92cdae96 (diff)
Merge branch '2021-07-18-finalize-migrations'
- With the deadline for DM_USB (host controller support), DM_VIDEO, DM_SPI_FLASH and DM_PCI now at 2 years past the release where their migration deadline was given, finish removing platforms and enforcing the switch.
Diffstat (limited to 'board/freescale/lx2160a')
-rw-r--r--board/freescale/lx2160a/lx2160a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/lx2160a/lx2160a.c b/board/freescale/lx2160a/lx2160a.c
index 47a7024f33..891bc00514 100644
--- a/board/freescale/lx2160a/lx2160a.c
+++ b/board/freescale/lx2160a/lx2160a.c
@@ -781,7 +781,7 @@ int ft_board_setup(void *blob, struct bd_info *bd)
fdt_fixup_memory_banks(blob, base, size, total_memory_banks);
-#ifdef CONFIG_USB
+#ifdef CONFIG_USB_HOST
fsl_fdt_fixup_dr_usb(blob, bd);
#endif