]> git.sur5r.net Git - u-boot/blobdiff - include/configs/mx7_common.h
ARM: rmobile: Update link address to match latest BL2
[u-boot] / include / configs / mx7_common.h
index 5bf8ad74b8cf73ae362d071cb68fc1a4016cbafb..9a20c7732dd8648b04f219fd5043d860d823f5d2 100644 (file)
@@ -21,7 +21,7 @@
 #define CONFIG_MXC_GPT_HCLK
 #define CONFIG_SYSCOUNTER_TIMER
 #define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
-#define CONFIG_TIMER_CLK_FREQ CONFIG_SC_TIMER_CLK
+#define COUNTER_FREQUENCY CONFIG_SC_TIMER_CLK
 #define CONFIG_SYS_FSL_CLK
 
 #define CONFIG_SYS_BOOTM_LEN   0x1000000
@@ -67,7 +67,6 @@
 /* Secure boot (HAB) support */
 #ifdef CONFIG_SECURE_BOOT
 #define CONFIG_CSF_SIZE                        0x2000
-#define CONFIG_CMD_DEKBLOB
 #endif
 
 #endif