ath9k_htc: Update to upstream's commit d19607454d656cb14d8c16dfbf161eebb542e8fe dated...
[linux-libre-firmware.git] / ath9k_htc / target_firmware / magpie_fw_dev / target / inc / k2 / k2 / rom_cfg.h
index f5b88f4fcef6ff4c1120f50a4213611435f143d2..2ff05de0be767a3360760c70d2c92f544c70fdaf 100755 (executable)
@@ -49,7 +49,7 @@
 #define _ROM_CFG_H_
 
 /************************** FPGA version **************************/
-#define MAGPIE_FPGA_RAM_256K        0 
+#define MAGPIE_FPGA_RAM_256K        0
 
 /************************** SYSTEM WIDE ***************************/
 /* Release Code :
 #define ATH_VER_MINOR_NUMBER        "0"
 #define ATH_VER_BUILD_NUMBER        "3"
 
-#define ATH_VER_DATES               __DATE__" "__TIME__
-
 #define ATH_VERSION_STR             "["ATH_VER_RELEASE_CODE       "."  \
        ATH_VER_PLATFORM_NUMBER "."                                     \
        ATH_VER_MAJOR_NUMBER    "."                                     \
        ATH_VER_MINOR_NUMBER    "."                                     \
-       ATH_VER_BUILD_NUMBER    "] "                                    \
-       ATH_VER_DATES
+       ATH_VER_BUILD_NUMBER    "]"
 
 /* ROM Code Version (16 bit)
  * Bit 15   : 0 means ASIC, 1 means FPGA
@@ -213,7 +210,7 @@ typedef enum {
 #define WATCH_DOG_MAGIC_PATTERN_ADDR    (SYS_D_RAM_REGION_0_BASE+SYS_RAM_SZIE-0x4)        //  0x53fffc,magic pattern address
 #define WATCH_DOG_RESET_COUNTER_ADDR    (SYS_D_RAM_REGION_0_BASE+SYS_RAM_SZIE-0x8)        //  0x53fff8,record the reset counter
 #define DEBUG_SYSTEM_STATE_ADDR         (SYS_D_RAM_REGION_0_BASE+SYS_RAM_SZIE-0xc)        //  0x53fff4,record the state of system
-#define CURRENT_PROGRAM_ADDR            (SYS_D_RAM_REGION_0_BASE+SYS_RAM_SZIE-0x10)       //  0x53fff0,reserved 
+#define CURRENT_PROGRAM_ADDR            (SYS_D_RAM_REGION_0_BASE+SYS_RAM_SZIE-0x10)       //  0x53fff0,reserved
 
 #define WATCH_DOG_MAGIC_PATTERN         (*((volatile u32_t*)(WATCH_DOG_MAGIC_PATTERN_ADDR)))
 #define WATCH_DOG_RESET_COUNTER         (*((volatile u32_t*)(WATCH_DOG_RESET_COUNTER_ADDR)))