diff options
Diffstat (limited to 'include/configs/P1022DS.h')
| -rw-r--r-- | include/configs/P1022DS.h | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 6255b0ae4e6..2f431aa927d 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -30,12 +30,12 @@  #define CONFIG_FSL_LAW			/* Use common FSL init code */  #define CONFIG_SYS_TEXT_BASE		0x11001000  #define CONFIG_SPL_TEXT_BASE		0xf8f81000 -#define CONFIG_SPL_PAD_TO		0x18000 -#define CONFIG_SPL_MAX_SIZE		(96 * 1024) +#define CONFIG_SPL_PAD_TO		0x20000 +#define CONFIG_SPL_MAX_SIZE		(128 * 1024)  #define CONFIG_SYS_MMC_U_BOOT_SIZE	(768 << 10)  #define CONFIG_SYS_MMC_U_BOOT_DST	(0x11000000)  #define CONFIG_SYS_MMC_U_BOOT_START	(0x11000000) -#define CONFIG_SYS_MMC_U_BOOT_OFFS	(96 << 10) +#define CONFIG_SYS_MMC_U_BOOT_OFFS	(128 << 10)  #define CONFIG_SYS_MPC85XX_NO_RESETVEC  #define CONFIG_SYS_LDSCRIPT		"arch/powerpc/cpu/mpc85xx/u-boot.lds"  #define CONFIG_SPL_MMC_BOOT @@ -60,12 +60,12 @@  #define CONFIG_FSL_LAW		/* Use common FSL init code */  #define CONFIG_SYS_TEXT_BASE		0x11001000  #define CONFIG_SPL_TEXT_BASE		0xf8f81000 -#define CONFIG_SPL_PAD_TO		0x18000 -#define CONFIG_SPL_MAX_SIZE		(96 * 1024) +#define CONFIG_SPL_PAD_TO		0x20000 +#define CONFIG_SPL_MAX_SIZE		(128 * 1024)  #define CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE	(768 << 10)  #define CONFIG_SYS_SPI_FLASH_U_BOOT_DST		(0x11000000)  #define CONFIG_SYS_SPI_FLASH_U_BOOT_START	(0x11000000) -#define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS	(96 << 10) +#define CONFIG_SYS_SPI_FLASH_U_BOOT_OFFS	(128 << 10)  #define CONFIG_SYS_MPC85XX_NO_RESETVEC  #define CONFIG_SYS_LDSCRIPT	"arch/powerpc/cpu/mpc85xx/u-boot.lds"  #define CONFIG_SPL_SPI_BOOT | 
