[meta-ti] [PATCH] omap3.inc: adjust UBOOT_ENTRYPOINT and UBOOT_LOADADRESS to u-boot SPL changes
Tom Rini
tom.rini at gmail.com
Wed Dec 14 06:38:38 PST 2011
On Wed, Dec 14, 2011 at 3:26 AM, Andreas Müller <schnitzeltony at gmx.de> wrote:
>
> Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>
> ---
> conf/machine/include/omap3.inc | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
> index 4530ae1..2198281 100644
> --- a/conf/machine/include/omap3.inc
> +++ b/conf/machine/include/omap3.inc
> @@ -7,8 +7,8 @@ MACHINE_KERNEL_PR = "r113"
>
> KERNEL_IMAGETYPE = "uImage"
>
> -UBOOT_ENTRYPOINT = "0x80008000"
> -UBOOT_LOADADDRESS = "0x80008000"
> +UBOOT_ENTRYPOINT = "0x80010000"
> +UBOOT_LOADADDRESS = "0x80010000"
NAK, it's 0x8010 0000 not 0x8001 0000. And we should consider making
these soft-assign (and if there's a previous soft assign, make that
??=) as there's at least one board today that uses the old entry/load
and just moves other parts of SPL to non-conflicting areas. That may
however change to just using the same areas as everyone else (not sure
if his platform requires backwards compat with x-loader). Thanks!
--
Tom
More information about the meta-ti
mailing list