diff options
author | jason <jason@jason-ThinkPad-T61.(none)> | 2013-11-06 22:59:08 +0800 |
---|---|---|
committer | jason <jason@jason-ThinkPad-T61.(none)> | 2013-11-06 22:59:08 +0800 |
commit | 6af3a0eaaecdaad971985c901cb675c9f8f3caac (patch) | |
tree | b1d5562b284ad3580846f0d5d633441a54d32c8e /include/configs/M54455EVB.h | |
parent | 8c89443e13747a9ca96b0393decf2de9c2da0bb0 (diff) | |
download | u-boot-imx-6af3a0eaaecdaad971985c901cb675c9f8f3caac.zip u-boot-imx-6af3a0eaaecdaad971985c901cb675c9f8f3caac.tar.gz u-boot-imx-6af3a0eaaecdaad971985c901cb675c9f8f3caac.tar.bz2 |
ColdFire: fix some typoes for CF platform
Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
Diffstat (limited to 'include/configs/M54455EVB.h')
-rw-r--r-- | include/configs/M54455EVB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h index f0dc2aa..7a55d3c 100644 --- a/include/configs/M54455EVB.h +++ b/include/configs/M54455EVB.h @@ -177,7 +177,7 @@ #define CONFIG_SYS_I2C_FSL #define CONFIG_SYS_FSL_I2C_SPEED 80000 #define CONFIG_SYS_FSL_I2C_SLAVE 0x7F -#define CONFIG_SYS_FSLI2C_OFFSET 0x58000 +#define CONFIG_SYS_FSL_I2C_OFFSET 0x58000 #define CONFIG_SYS_IMMR CONFIG_SYS_MBAR /* DSPI and Serial Flash */ |