[U-Boot] [PATCH 2/2] Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN

Kyungmin Park kyungmin.park at samsung.com
Thu May 7 06:55:03 CEST 2009


Hi,

Please apply this patch for fixing broken apollon build.

Acked-by: Kyungmin Park <kyungmin.park at samsung.com>

On Mon, Mar 9, 2009 at 11:15 PM, Rohit Hagargundgi <h.rohit at samsung.com> wrote:
> Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
> CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
> and is used by OneNAND ipl when reading U-Boot image.
>
> Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
> ---
>  include/configs/apollon.h |    1 +
>  1 file changed, 1 insertion(+)
> diff --git a/include/configs/apollon.h b/include/configs/apollon.h
> index dff47fc..2e8198f 100644
> --- a/include/configs/apollon.h
> +++ b/include/configs/apollon.h
> @@ -254,6 +254,7 @@
>
>  /* OneNAND boot, OneNAND has CS0, NOR boot ONeNAND has CS2 */
>  #define        CONFIG_SYS_ONENAND_BASE 0x00000000
> +#define CONFIG_SYS_MONITOR_LEN         SZ_256K /* U-Boot image size */
>  #define        CONFIG_ENV_IS_IN_ONENAND        1
>  #define CONFIG_ENV_ADDR                0x00020000
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


More information about the U-Boot mailing list