diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-13 16:45:02 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-13 16:45:02 +0200 | 
| commit | 77ddac9480d63a80b6bb76d7ee4dcc2d1070867e (patch) | |
| tree | e9563b2f28ea59062b90bb5712f141e8e9798aee /include/cmd_confdefs.h | |
| parent | 17a8b276ba2b3499b75cd60b0b5289dbbea7967b (diff) | |
| download | olio-uboot-2014.01-77ddac9480d63a80b6bb76d7ee4dcc2d1070867e.tar.xz olio-uboot-2014.01-77ddac9480d63a80b6bb76d7ee4dcc2d1070867e.zip | |
Cleanup for GCC-4.x
Diffstat (limited to 'include/cmd_confdefs.h')
| -rw-r--r-- | include/cmd_confdefs.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h index c79a023f7..9ee484961 100644 --- a/include/cmd_confdefs.h +++ b/include/cmd_confdefs.h @@ -40,7 +40,7 @@  						/* crc, base, loop, mtest	*/  #define CFG_CMD_NET		0x00000080ULL	/* bootp, tftpboot, rarpboot	*/  #define CFG_CMD_ENV		0x00000100ULL	/* saveenv			*/ -#define CFG_CMD_KGDB		0x00000200ULL	/* kgdb				*/ +#define CFG_CMD_KGDB		0x0000000000000200ULL	/* kgdb				*/  #define CFG_CMD_PCMCIA		0x00000400ULL	/* PCMCIA support		*/  #define CFG_CMD_IDE		0x00000800ULL	/* IDE harddisk support		*/  #define CFG_CMD_PCI		0x00001000ULL	/* pciinfo			*/ |