diff options
author | Timur Tabi <timur@freescale.com> | 2006-11-28 12:09:35 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2006-11-28 23:34:30 -0600 |
commit | e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5 (patch) | |
tree | 5cf5b826e4d28a46b249c07bac5dd218d804f510 /board | |
parent | be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa (diff) | |
download | u-boot-imx-e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5.zip u-boot-imx-e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5.tar.gz u-boot-imx-e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5.tar.bz2 |
mpc83xx: Miscellaneous code style fixes
Implement various code style fixes and similar changes.
Signed-off-by: Timur Tabi <timur@freescale.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/mpc8349itx/mpc8349itx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc8349itx/mpc8349itx.c b/board/mpc8349itx/mpc8349itx.c index 097bb37..4838e70 100644 --- a/board/mpc8349itx/mpc8349itx.c +++ b/board/mpc8349itx/mpc8349itx.c @@ -349,7 +349,7 @@ int misc_init_r(void) u8 i2c_data; #ifdef CFG_I2C_RTC_ADDR - char ds1339_data[17]; + u8 ds1339_data[17]; #endif #ifdef CFG_I2C_EEPROM_ADDR |