]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/hcu4.h
Big white-space cleanup.
[karo-tx-uboot.git] / include / configs / hcu4.h
index 4ecaf90abcbb66b960cee430175cccb2124239c6..13b0358cb693e78edbed396335207a7af69fbe95 100644 (file)
 
 #ifdef  CFG_ENV_IS_IN_EEPROM
 /* Put the environment after the SDRAM configuration */
-#define PROM_SIZE      2048
+#define PROM_SIZE      2048
 #define CFG_ENV_OFFSET  512
 #define CFG_ENV_SIZE   (PROM_SIZE-CFG_ENV_OFFSET)
 #endif
 
 #ifdef CFG_ENV_IS_IN_FLASH
 /* Put the environment in Flash */
-#define CFG_ENV_SECT_SIZE      0x10000         /* size of one complete sector  */
+#define CFG_ENV_SECT_SIZE      0x10000 /* size of one complete sector  */
 #define CFG_ENV_ADDR           ((-CFG_MONITOR_LEN)-CFG_ENV_SECT_SIZE)
 #define        CFG_ENV_SIZE            8*1024  /* 8 KB Environment Sector      */