[oe] [PATCH 1/5] igep0020.conf: Fix missing u-boot entrypoint

Koen Kooi k.kooi at student.utwente.nl
Tue Oct 27 09:36:42 UTC 2009


On 27-10-09 09:55, Enric Balletbò i Serra wrote:
> Signed-off-by: Enric Balletbo i Serra<eballetbo at iseebcn.com>
> ---
>   conf/machine/igep0020.conf |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/conf/machine/igep0020.conf b/conf/machine/igep0020.conf
> index 512a977..7430646 100644
> --- a/conf/machine/igep0020.conf
> +++ b/conf/machine/igep0020.conf
> @@ -24,6 +24,9 @@ IMAGE_FSTYPES += "tar.bz2 ubi"
>   # Guesswork
>   SERIAL_CONSOLE = "115200 ttyS2"
>
> +UBOOT_ENTRYPOINT = "0x80008000"
> +UBOOT_LOADADDRESS = "0x80008000"

NACK, that is already set from within omap3.inc

regards,

Koen





More information about the Openembedded-devel mailing list