include/configs/ti_armv7_common.h: fixup

This commit is contained in:
Alexandre Bard 2023-12-18 12:50:05 +01:00
parent 5e09d363ff
commit ae99b53dbb
1 changed files with 2 additions and 0 deletions

View File

@ -188,11 +188,13 @@
# define BOOT_TARGET_USB(func)
#endif
/*
#define BOOT_TARGET_DEVICES(func) \
BOOT_TARGET_MMC(func) \
BOOT_TARGET_USB(func) \
BOOT_TARGET_PXE(func) \
BOOT_TARGET_DHCP(func)
*/
#include <config_distro_bootcmd.h>