X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcmd_confdefs.h;h=d7f1fd4fed9617ff165954bdc693915812d5f568;hb=531716e1710083f91d9fa351f89d18e271b5c577;hp=74614eb4c7cb598e8993e23483dd73eb2f0de5d6;hpb=592c5cabe78fe1cef4eb733904c81a9555d59a7e;p=u-boot diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h index 74614eb4c7..d7f1fd4fed 100644 --- a/include/cmd_confdefs.h +++ b/include/cmd_confdefs.h @@ -84,6 +84,7 @@ #define CFG_CMD_PING 0x0004000000000000U /* ping support */ #define CFG_CMD_MMC 0x0008000000000000U /* MMC support */ #define CFG_CMD_FAT 0x0010000000000000U /* FAT support */ +#define CFG_CMD_IMLS 0x0020000000000000U /* List all found images */ #define CFG_CMD_ALL 0xFFFFFFFFFFFFFFFFU /* ALL commands */ @@ -136,7 +137,6 @@ #endif - /* * optional BOOTP fields */ @@ -148,6 +148,8 @@ #define CONFIG_BOOTP_BOOTPATH 0x00000010 #define CONFIG_BOOTP_BOOTFILESIZE 0x00000020 #define CONFIG_BOOTP_DNS 0x00000040 +#define CONFIG_BOOTP_DNS2 0x00000080 +#define CONFIG_BOOTP_SEND_HOSTNAME 0x00000100 #define CONFIG_BOOTP_VENDOREX 0x80000000