We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e19e8 commit cdc1503Copy full SHA for cdc1503
include/configs/sunxi-common.h
@@ -395,6 +395,18 @@ extern int soft_i2c_gpio_scl;
395
#define BOOTENV_DEV_NAME_FEL(devtypeu, devtypel, instance) \
396
"fel "
397
398
+#if CONFIG_IS_ENABLED(CMD_PXE)
399
+# define BOOT_TARGET_PXE(func) func(PXE, pxe, na)
400
+#else
401
+# define BOOT_TARGET_PXE(func)
402
+#endif
403
+
404
+#if CONFIG_IS_ENABLED(CMD_DHCP)
405
+# define BOOT_TARGET_DHCP(func) func(DHCP, dhcp, na)
406
407
+# define BOOT_TARGET_DHCP(func)
408
409
410
#define BOOT_TARGET_DEVICES(func) \
411
func(FEL, fel, na) \
412
BOOT_TARGET_DEVICES_MMC(func) \
0 commit comments