diff options
author | Fabio Estevam | 2011-10-27 01:32:43 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2011-11-04 22:06:37 +0100 |
commit | a7abca01cbb396403b419b3d1037fd3f006e0fba (patch) | |
tree | 4ddba24808c12f121a9b95914b5ec83b0819d854 /include/configs/mx53evk.h | |
parent | 84d7a0171f1abf8ef439298633fce325030b87b5 (diff) |
mx53evk: Remove unneeded '1' from mx53evk.h
Remove unneeded '1' from mx53evk.h.
Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs/mx53evk.h')
-rw-r--r-- | include/configs/mx53evk.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index f3240c5a621..86532071249 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -33,12 +33,12 @@ #include <asm/arch/imx-regs.h> -#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ -#define CONFIG_REVISION_TAG 1 -#define CONFIG_SETUP_MEMORY_TAGS 1 -#define CONFIG_INITRD_TAG 1 +#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ +#define CONFIG_REVISION_TAG +#define CONFIG_SETUP_MEMORY_TAGS +#define CONFIG_INITRD_TAG -#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_LIBFDT /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) @@ -51,9 +51,9 @@ #define CONFIG_SYS_MX53_UART1 /* I2C Configs */ -#define CONFIG_CMD_I2C 1 -#define CONFIG_HARD_I2C 1 -#define CONFIG_I2C_MXC 1 +#define CONFIG_CMD_I2C +#define CONFIG_HARD_I2C +#define CONFIG_I2C_MXC #define CONFIG_SYS_I2C_MX53_PORT2 1 #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_SYS_I2C_SLAVE 0xfe |