Lines Matching +full:0 +full:x70000
79 #define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */
109 #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50
113 #define CONFIG_SYS_I2C_G762_ADDR 0x3e
128 #define CONFIG_ENV_SECT_SIZE 0x10000 /* 64KB */
129 #define CONFIG_ENV_SIZE 0x1000 /* 4KB */
130 #define CONFIG_ENV_ADDR 0x70000
131 #define CONFIG_ENV_OFFSET 0x70000 /* env starts here */
141 "stdin=serial\0" \
142 "stdout=serial\0" \
143 "stderr=serial\0" \
144 "bootfile=uImage\0" \
145 "loadaddr=0x800000\0" \
146 "autoload=no\0" \
150 "set stderr $stderr,nc;\0" \
152 "ext2load ide 0:1 $loadaddr /boot/$bootfile\0" \
154 "fatload usb 0:1 $loadaddr /boot/$bootfile\0"