]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/bf537-stamp.h
Big white-space cleanup.
[karo-tx-uboot.git] / include / configs / bf537-stamp.h
index 39c7359d3ee4caf9a0c7115286eee678a363d364..a881d53289b10adc0f3168d4ca13a8966d1cc92d 100644 (file)
 #define CFG_LONGHELP           1
 #define CONFIG_BOOTDELAY       5
 #define CONFIG_BOOT_RETRY_TIME -1      /* Enable this if bootretry required, currently its disabled */
-#define CONFIG_BOOTCOMMAND     "run ramboot"
+#define CONFIG_BOOTCOMMAND     "run ramboot"
 
 #if defined(CONFIG_POST_TEST)
 /* POST support */
-#define CONFIG_POST            ( CFG_POST_MEMORY | \
+#define CONFIG_POST            ( CFG_POST_MEMORY | \
                                  CFG_POST_UART   | \
                                  CFG_POST_FLASH  | \
                                  CFG_POST_ETHER  | \
 #else
 #define        CFG_CBSIZE              256     /* Console I/O Buffer Size */
 #endif
-#define CFG_MAX_RAM_SIZE               (CONFIG_MEM_SIZE * 1024*1024)
+#define CFG_MAX_RAM_SIZE       (CONFIG_MEM_SIZE * 1024*1024)
 #define        CFG_PBSIZE              (CFG_CBSIZE+sizeof(CFG_PROMPT)+16)      /* Print Buffer Size */
 #define        CFG_MAXARGS             16      /* max number of command args */
 #define CFG_BARGSIZE           CFG_CBSIZE      /* Boot Argument Buffer Size */
 #define NAND_MAX_CHIPS         1
 #define BFIN_NAND_READY                PF3
 
-#define NAND_WAIT_READY(nand)                          \
-       do {                                    \
-               int timeout = 0;                \
-               while(!(*pPORTFIO & PF3))       \
+#define NAND_WAIT_READY(nand)                  \
+       do {                                    \
+               int timeout = 0;                \
+               while(!(*pPORTFIO & PF3))       \
                        if (timeout++ > 100000) \
                                break;          \
        } while (0)