Lines Matching +full:1 +full:c00000
32 # define CONFIG_MACH_TYPE_COMPAT_REV 1
97 * the 1 actually activates the mapping of the first 32 KiB to 0x00000000.
111 #define CONFIG_NR_DRAM_BANKS 1
121 #define CONFIG_SYS_SCSI_MAX_SCSI_ID 1
122 #define CONFIG_SYS_SCSI_MAX_LUN 1
229 #define CONFIG_SYS_SPD_BUS_NUM 1 /* And the axp209 i2c bus is bus 1 */
232 #define CONFIG_VIDEO_LCD_I2C_BUS -1 /* NA, but necessary to compile */
242 #if CONFIG_CONS_INDEX == 1
246 #define OF_STDOUT_PATH "/soc@01c00000/serial@01c28000:115200"
249 #define OF_STDOUT_PATH "/soc@01c00000/serial@01c28400:115200"
251 #define OF_STDOUT_PATH "/soc@01c00000/serial@01c28800:115200"
253 #define OF_STDOUT_PATH "/soc@01c00000/serial@01f02800:115200"
286 #define CONFIG_PHY_ADDR 1
291 #define CONFIG_PHY_ADDR 1
299 #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
342 * 32M uncompressed kernel, 16M compressed kernel, 1M fdt,
343 * 1M script, 1M pxe and the ramdisk at the end.
355 * 16M uncompressed kernel, 8M compressed kernel, 1M fdt,
356 * 1M script, 1M pxe and the ramdisk at the end.
362 #define PXEFILE_ADDR_R __stringify(SDRAM_OFFSET(1A00000))
363 #define RAMDISK_ADDR_R __stringify(SDRAM_OFFSET(1B00000))
383 #if CONFIG_MMC_SUNXI_SLOT_EXTRA != -1
384 #define BOOT_TARGET_DEVICES_MMC_EXTRA(func) func(MMC, mmc, 1)