mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-18 00:23:03 -04:00
mpc83xx: cosmetic: MPC8308RDB.h checkpatch compliance
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Joe Hershberger <joe.hershberger@gmail.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
7c3a4f986c
commit
34f819685c
@ -265,7 +265,7 @@
|
|||||||
#define CONFIG_SYS_NAND_BASE 0xE0600000 /* 0xE0600000 */
|
#define CONFIG_SYS_NAND_BASE 0xE0600000 /* 0xE0600000 */
|
||||||
#define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_NAND_BASE \
|
#define CONFIG_SYS_BR1_PRELIM (CONFIG_SYS_NAND_BASE \
|
||||||
| (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
|
| (2<<BR_DECC_SHIFT) /* Use HW ECC */ \
|
||||||
| BR_PS_8 /* Port Size = 8 bit */ \
|
| BR_PS_8 /* 8 bit port */ \
|
||||||
| BR_MS_FCM /* MSEL = FCM */ \
|
| BR_MS_FCM /* MSEL = FCM */ \
|
||||||
| BR_V) /* valid */
|
| BR_V) /* valid */
|
||||||
#define CONFIG_SYS_OR1_PRELIM (0xFFFF8000 /* length 32K */ \
|
#define CONFIG_SYS_OR1_PRELIM (0xFFFF8000 /* length 32K */ \
|
||||||
@ -323,7 +323,7 @@
|
|||||||
#define CONFIG_I2C_MULTI_BUS
|
#define CONFIG_I2C_MULTI_BUS
|
||||||
#define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
|
#define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
|
||||||
#define CONFIG_SYS_I2C_SLAVE 0x7F
|
#define CONFIG_SYS_I2C_SLAVE 0x7F
|
||||||
#define CONFIG_SYS_I2C_NOPROBES {{0x51}} /* Don't probe these addrs */
|
#define CONFIG_SYS_I2C_NOPROBES { {0, 0x51} } /* Don't probe these addrs */
|
||||||
#define CONFIG_SYS_I2C_OFFSET 0x3000
|
#define CONFIG_SYS_I2C_OFFSET 0x3000
|
||||||
#define CONFIG_SYS_I2C2_OFFSET 0x3100
|
#define CONFIG_SYS_I2C2_OFFSET 0x3100
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user