]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/cmd_confdefs.h
* Patch by Jim Sandoz, 07 Nov 2002:
[karo-tx-uboot.git] / include / cmd_confdefs.h
index 52d3b6094c3ff5dcc3098ec0f20f3bca4f0ca7c6..a5308b69324d397f95f6c60d9811c0f662d18f5e 100644 (file)
@@ -76,6 +76,7 @@
 #define CFG_CMD_HWFLOW 0x0000020000000000      /* RTS/CTS hw flow control      */
 #define CFG_CMD_SAVES  0x0000040000000000      /* save S record dump           */
 #define CFG_CMD_VFD    0x0000080000000000      /* Display bitmap on VFD display*/
 #define CFG_CMD_HWFLOW 0x0000020000000000      /* RTS/CTS hw flow control      */
 #define CFG_CMD_SAVES  0x0000040000000000      /* save S record dump           */
 #define CFG_CMD_VFD    0x0000080000000000      /* Display bitmap on VFD display*/
+#define CFG_CMD_SPI    0x0000100000000000      /* SPI utility                  */
 
 #define CFG_CMD_ALL    0xFFFFFFFFFFFFFFFF      /* ALL commands                 */
 
 
 #define CFG_CMD_ALL    0xFFFFFFFFFFFFFFFF      /* ALL commands                 */
 
                        CFG_CMD_SCSI    | \
                        CFG_CMD_SDRAM   | \
                        CFG_CMD_USB     | \
                        CFG_CMD_SCSI    | \
                        CFG_CMD_SDRAM   | \
                        CFG_CMD_USB     | \
-                       CFG_CMD_VFD     )
+                       CFG_CMD_VFD     | \
+                       CFG_CMD_SPI     )
 
 /* Default configuration
  */
 
 /* Default configuration
  */