[U-Boot] [PATCH v9 18/30] nand: mxc: Switch NAND SPL to generic SPL

Fabio Estevam festevam at gmail.com
Tue Apr 9 20:35:09 CEST 2013


On Tue, Apr 9, 2013 at 3:10 PM, Benoît Thébaudeau
<benoit.thebaudeau at advansee.com> wrote:

> These values were very wide, just for testing. It'd be better to adjust them. So
> can you just try the following, and I'll stop asking for more tests:
> -#define CONFIG_SPL_TEXT_BASE   0x87ec0000
> -#define CONFIG_SYS_TEXT_BASE   0x87f00000
> +#define CONFIG_SPL_TEXT_BASE   0x87dc0000
> +#define CONFIG_SYS_TEXT_BASE   0x87e00000
> -#define CONFIG_HW_WATCHDOG
> -#define CONFIG_IMX_WATCHDOG
> -#define CONFIG_SYS_NAND_U_BOOT_SIZE    0x32000
> +#define CONFIG_SYS_NAND_U_BOOT_SIZE    0x3f800

These values work fine, thanks.


More information about the U-Boot mailing list