include/configs/ti_armv7_common.h: fixup
This commit is contained in:
parent
5e09d363ff
commit
ae99b53dbb
|
|
@ -188,11 +188,13 @@
|
||||||
# define BOOT_TARGET_USB(func)
|
# define BOOT_TARGET_USB(func)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
#define BOOT_TARGET_DEVICES(func) \
|
#define BOOT_TARGET_DEVICES(func) \
|
||||||
BOOT_TARGET_MMC(func) \
|
BOOT_TARGET_MMC(func) \
|
||||||
BOOT_TARGET_USB(func) \
|
BOOT_TARGET_USB(func) \
|
||||||
BOOT_TARGET_PXE(func) \
|
BOOT_TARGET_PXE(func) \
|
||||||
BOOT_TARGET_DHCP(func)
|
BOOT_TARGET_DHCP(func)
|
||||||
|
*/
|
||||||
|
|
||||||
#include <config_distro_bootcmd.h>
|
#include <config_distro_bootcmd.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue