|
|
|
@ -14,13 +14,13 @@ |
|
|
|
|
#define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ |
|
|
|
|
#define CONFIG_MMC |
|
|
|
|
#define CONFIG_USB_EHCI |
|
|
|
|
#if defined(CONFIG_PPC_T2080) |
|
|
|
|
#if defined(CONFIG_ARCH_T2080) |
|
|
|
|
#define CONFIG_T2080QDS |
|
|
|
|
#define CONFIG_FSL_SATA_V2 |
|
|
|
|
#define CONFIG_SYS_SRIO /* Enable Serial RapidIO Support */ |
|
|
|
|
#define CONFIG_SRIO1 /* SRIO port 1 */ |
|
|
|
|
#define CONFIG_SRIO2 /* SRIO port 2 */ |
|
|
|
|
#elif defined(CONFIG_PPC_T2081) |
|
|
|
|
#elif defined(CONFIG_ARCH_T2081) |
|
|
|
|
#define CONFIG_T2081QDS |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
@ -69,9 +69,9 @@ |
|
|
|
|
#define CONFIG_SYS_NAND_U_BOOT_START 0x00200000 |
|
|
|
|
#define CONFIG_SYS_NAND_U_BOOT_OFFS (256 << 10) |
|
|
|
|
#define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot-nand.lds" |
|
|
|
|
#if defined(CONFIG_PPC_T2080) |
|
|
|
|
#if defined(CONFIG_ARCH_T2080) |
|
|
|
|
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/t208xqds/t2080_nand_rcw.cfg |
|
|
|
|
#elif defined(CONFIG_PPC_T2081) |
|
|
|
|
#elif defined(CONFIG_ARCH_T2081) |
|
|
|
|
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/t208xqds/t2081_nand_rcw.cfg |
|
|
|
|
#endif |
|
|
|
|
#define CONFIG_SPL_NAND_BOOT |
|
|
|
@ -88,9 +88,9 @@ |
|
|
|
|
#ifndef CONFIG_SPL_BUILD |
|
|
|
|
#define CONFIG_SYS_MPC85XX_NO_RESETVEC |
|
|
|
|
#endif |
|
|
|
|
#if defined(CONFIG_PPC_T2080) |
|
|
|
|
#if defined(CONFIG_ARCH_T2080) |
|
|
|
|
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/t208xqds/t2080_spi_rcw.cfg |
|
|
|
|
#elif defined(CONFIG_PPC_T2081) |
|
|
|
|
#elif defined(CONFIG_ARCH_T2081) |
|
|
|
|
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/t208xqds/t2081_spi_rcw.cfg |
|
|
|
|
#endif |
|
|
|
|
#define CONFIG_SPL_SPI_BOOT |
|
|
|
@ -107,9 +107,9 @@ |
|
|
|
|
#ifndef CONFIG_SPL_BUILD |
|
|
|
|
#define CONFIG_SYS_MPC85XX_NO_RESETVEC |
|
|
|
|
#endif |
|
|
|
|
#if defined(CONFIG_PPC_T2080) |
|
|
|
|
#if defined(CONFIG_ARCH_T2080) |
|
|
|
|
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/t208xqds/t2080_sd_rcw.cfg |
|
|
|
|
#elif defined(CONFIG_PPC_T2081) |
|
|
|
|
#elif defined(CONFIG_ARCH_T2081) |
|
|
|
|
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/t208xqds/t2081_sd_rcw.cfg |
|
|
|
|
#endif |
|
|
|
|
#define CONFIG_SPL_MMC_BOOT |
|
|
|
|