@ -32,7 +32,7 @@
# define CONFIG_SPL_I2C_SUPPORT
# define CONFIG_SPL_I2C_SUPPORT
# define CONFIG_SPL_DRIVERS_MISC_SUPPORT
# define CONFIG_SPL_DRIVERS_MISC_SUPPORT
# define CONFIG_FSL_LAW /* Use common FSL init code */
# define CONFIG_FSL_LAW /* Use common FSL init code */
# define CONFIG_SYS_TEXT_BASE 0x002 01000
# define CONFIG_SYS_TEXT_BASE 0x3 0001000
# define CONFIG_SPL_TEXT_BASE 0xFFFD8000
# define CONFIG_SPL_TEXT_BASE 0xFFFD8000
# define CONFIG_SPL_PAD_TO 0x40000
# define CONFIG_SPL_PAD_TO 0x40000
# define CONFIG_SPL_MAX_SIZE 0x28000
# define CONFIG_SPL_MAX_SIZE 0x28000
@ -48,21 +48,21 @@
# ifdef CONFIG_NAND
# ifdef CONFIG_NAND
# define CONFIG_SPL_NAND_SUPPORT
# define CONFIG_SPL_NAND_SUPPORT
# define CONFIG_SYS_NAND_U_BOOT_SIZE (768 << 10)
# define CONFIG_SYS_NAND_U_BOOT_SIZE (768 << 10)
# define CONFIG_SYS_NAND_U_BOOT_DST 0x002 00000
# define CONFIG_SYS_NAND_U_BOOT_DST 0x3 0000000
# define CONFIG_SYS_NAND_U_BOOT_START 0x002 00000
# define CONFIG_SYS_NAND_U_BOOT_START 0x3 0000000
# define CONFIG_SYS_NAND_U_BOOT_OFFS (256 << 10)
# define CONFIG_SYS_NAND_U_BOOT_OFFS (256 << 10)
# define CONFIG_SYS_LDSCRIPT "arch / powerpc / cpu / mpc85xx / u-boot-nand.lds"
# define CONFIG_SYS_LDSCRIPT "arch / powerpc / cpu / mpc85xx / u-boot-nand.lds"
# define CONFIG_SPL_NAND_BOOT
# define CONFIG_SPL_NAND_BOOT
# endif
# endif
# ifdef CONFIG_SPIFLASH
# ifdef CONFIG_SPIFLASH
# define CONFIG_RESET_VECTOR_ADDRESS 0x2 00FFC
# define CONFIG_RESET_VECTOR_ADDRESS 0x300 00FFC
# define CONFIG_SPL_SPI_SUPPORT
# define CONFIG_SPL_SPI_SUPPORT
# define CONFIG_SPL_SPI_FLASH_SUPPORT
# define CONFIG_SPL_SPI_FLASH_SUPPORT
# define CONFIG_SPL_SPI_FLASH_MINIMAL
# define CONFIG_SPL_SPI_FLASH_MINIMAL
# define CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE (768 << 10)
# define CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE (768 << 10)
# define CONFIG_SYS_SPI_FLASH_U_BOOT_DST (0x002 00000)
# define CONFIG_SYS_SPI_FLASH_U_BOOT_DST (0x3 0000000)
# define CONFIG_SYS_SPI_FLASH_U_BOOT_START (0x002 00000)
# define CONFIG_SYS_SPI_FLASH_U_BOOT_START (0x3 0000000)
# define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS (256 << 10)
# define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS (256 << 10)
# define CONFIG_SYS_LDSCRIPT "arch / powerpc / cpu / mpc85xx / u-boot.lds"
# define CONFIG_SYS_LDSCRIPT "arch / powerpc / cpu / mpc85xx / u-boot.lds"
# ifndef CONFIG_SPL_BUILD
# ifndef CONFIG_SPL_BUILD
@ -72,12 +72,12 @@
# endif
# endif
# ifdef CONFIG_SDCARD
# ifdef CONFIG_SDCARD
# define CONFIG_RESET_VECTOR_ADDRESS 0x2 00FFC
# define CONFIG_RESET_VECTOR_ADDRESS 0x300 00FFC
# define CONFIG_SPL_MMC_SUPPORT
# define CONFIG_SPL_MMC_SUPPORT
# define CONFIG_SPL_MMC_MINIMAL
# define CONFIG_SPL_MMC_MINIMAL
# define CONFIG_SYS_MMC_U_BOOT_SIZE (768 << 10)
# define CONFIG_SYS_MMC_U_BOOT_SIZE (768 << 10)
# define CONFIG_SYS_MMC_U_BOOT_DST (0x002 00000)
# define CONFIG_SYS_MMC_U_BOOT_DST (0x3 0000000)
# define CONFIG_SYS_MMC_U_BOOT_START (0x002 00000)
# define CONFIG_SYS_MMC_U_BOOT_START (0x3 0000000)
# define CONFIG_SYS_MMC_U_BOOT_OFFS (260 << 10)
# define CONFIG_SYS_MMC_U_BOOT_OFFS (260 << 10)
# define CONFIG_SYS_LDSCRIPT "arch / powerpc / cpu / mpc85xx / u-boot.lds"
# define CONFIG_SYS_LDSCRIPT "arch / powerpc / cpu / mpc85xx / u-boot.lds"
# ifndef CONFIG_SPL_BUILD
# ifndef CONFIG_SPL_BUILD