Lines Matching +full:0 +full:x26
30 "mmcdev=0\0" \
31 "mmcroot=/dev/mmcblk0p2 rw rootwait\0" \
32 "mmcrootfstype=ext4\0" \
35 "rootfstype=${mmcrootfstype}\0" \
38 "bootm ${loadaddr}\0"
41 "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
42 "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
43 "nandroot=ubi0:rootfs rw\0" \
44 "nandrootfstype=ubifs\0" \
48 "ubi.mtd=${rootfs_name}\0" \
52 "bootm ${loadaddr}\0"
55 "loadaddr=82000000\0" \
56 "console=ttyO0,115200n8\0" \
57 "rootfs_name=rootfs\0" \
58 "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
60 "source ${loadaddr}\0" \
61 "loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage\0" \
84 #define CONFIG_SYS_NS16550_COM1 0x44e09000 /* UART0 */
85 #define CONFIG_SYS_NS16550_COM2 0x48022000 /* UART1 */
88 #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Main EEPROM */
90 #define CONFIG_SYS_I2C_EEPROM_BUS 0
119 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x200000
121 #define CONFIG_ENV_OFFSET 0x300000 /* environment starts here */
125 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x500000
143 * Enable PCA9555 at I2C0-0x26.
144 * First select the I2C0 bus with "i2c dev 0", then use "pca953x" command.
147 #define CONFIG_SYS_I2C_PCA953X_ADDR 0x26
148 #define CONFIG_SYS_I2C_PCA953X_WIDTH { {0x26, 16} }