[U-Boot] [PATCH v2 3/3] ppc/p1_p1_RDB: DDR Relocation support for NAND/SD/eSPI Boot

Kumar Gala galak at kernel.crashing.org
Thu Oct 8 16:06:12 CEST 2009


>
> diff --git a/board/freescale/p1_p2_rdb/config.mk b/board/freescale/ 
> p1_p2_rdb/config.mk
> index 0f7a048..e76b59c 100644
> --- a/board/freescale/p1_p2_rdb/config.mk
> +++ b/board/freescale/p1_p2_rdb/config.mk
> @@ -33,12 +33,20 @@ endif
>
> ifeq ($(CONFIG_MK_SDCARD), y)
> TEXT_BASE = $(CONFIG_RAMBOOT_TEXT_BASE)
> +ifdef CONFIG_L2_RELOC
> RESET_VECTOR_ADDRESS = 0xf8fffffc
> +else
> +RESET_VECTOR_ADDRESS = 0x1107F000

How is this the RESET_VECTOR_ADDRESS?  This makes no sense.

> +endif
> endif

- k


More information about the U-Boot mailing list