diff options
| author | wdenk <wdenk> | 2004-02-23 19:30:57 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-02-23 19:30:57 +0000 | 
| commit | 2d1a537d87727907bf4d888760cba4abc0b52ad3 (patch) | |
| tree | 29deb37d04cc84308f57ec4274bea7efad743536 /include/cmd_confdefs.h | |
| parent | 3f85ce27858c44ee75d3650a53154ebcec0e24f2 (diff) | |
| download | olio-uboot-2014.01-2d1a537d87727907bf4d888760cba4abc0b52ad3.tar.xz olio-uboot-2014.01-2d1a537d87727907bf4d888760cba4abc0b52ad3.zip | |
* Patch by Thomas Elste, 10 Feb 2004:
  Add support for NET+50 CPU and ModNET50 board
* Patch by Sam Song, 10 Feb 2004:
  Fix typos in cfi_flash.c
* Patch by Leon Kukovec, 10 Feb 2004
  Fixed long dir entry slot id calculation in get_vfatname
* Patch by Robin Gilks, 10 Feb 2004:
  add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==,
  !=, <>, <, >, <=, >=)
Diffstat (limited to 'include/cmd_confdefs.h')
| -rw-r--r-- | include/cmd_confdefs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/cmd_confdefs.h b/include/cmd_confdefs.h index ebea56b84..af5654cd6 100644 --- a/include/cmd_confdefs.h +++ b/include/cmd_confdefs.h @@ -85,6 +85,7 @@  #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_ITEST	0x0040000000000000U	/* Integer (and string) test	*/  #define CFG_CMD_ALL	0xFFFFFFFFFFFFFFFFU	/* ALL commands			*/ |