diff options
Diffstat (limited to 'include/configs/mx53_smd.h')
-rw-r--r-- | include/configs/mx53_smd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/mx53_smd.h b/include/configs/mx53_smd.h index 01d4b2e..3359722 100644 --- a/include/configs/mx53_smd.h +++ b/include/configs/mx53_smd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * Copyright (C) 2010-2012 Freescale Semiconductor, Inc. * * Configuration settings for the MX53-SMD Freescale board. * @@ -33,6 +33,9 @@ #define CONFIG_FLASH_HEADER_OFFSET 0x400 #define CONFIG_MX53_CLK32 32768 +/* To enable 1.2G by default */ +/* #define CONFIG_CPU_1_2G */ + #define CONFIG_SKIP_RELOCATE_UBOOT #define CONFIG_ARCH_CPU_INIT |