diff options
author | Tom Rini <trini@konsulko.com> | 2021-07-18 23:07:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-18 23:07:36 -0400 |
commit | abf0061eabf43f43a3889871e259c9633e7a42e3 (patch) | |
tree | fa0e4b2984c629092a61346dab9d69f91f7b078c /include/configs/stm32mp1.h | |
parent | df761ba4254eedf078840ecfade9644839cd5bc0 (diff) | |
parent | b7b5cbe2794b2d3c8e9500c6de8257aa92cdae96 (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 'include/configs/stm32mp1.h')
-rw-r--r-- | include/configs/stm32mp1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index 2e7f49e7bb..b372838be8 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -101,7 +101,7 @@ #define BOOT_TARGET_UBIFS(func) #endif -#ifdef CONFIG_USB +#ifdef CONFIG_CMD_USB #define BOOT_TARGET_USB(func) func(USB, usb, 0) #else #define BOOT_TARGET_USB(func) |