* [PATCH 1/5] igep0020.conf: Fix missing u-boot entrypoint
@ 2009-10-27 8:55 Enric Balletbò i Serra
2009-10-27 9:36 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Enric Balletbò i Serra @ 2009-10-27 8:55 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Enric Balletbo i Serra <eballetbo@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"
+
# do ubiattach /dev/ubi_ctrl -m 4
# From dmesg:
# UBI: smallest flash I/O unit: 2048
--
1.5.4.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/5] igep0020.conf: Fix missing u-boot entrypoint
2009-10-27 8:55 [PATCH 1/5] igep0020.conf: Fix missing u-boot entrypoint Enric Balletbò i Serra
@ 2009-10-27 9:36 ` Koen Kooi
2009-10-27 11:52 ` Enric Balletbò i Serra
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2009-10-27 9:36 UTC (permalink / raw)
To: openembedded-devel
On 27-10-09 09:55, Enric Balletbò i Serra wrote:
> Signed-off-by: Enric Balletbo i Serra<eballetbo@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/5] igep0020.conf: Fix missing u-boot entrypoint
2009-10-27 9:36 ` Koen Kooi
@ 2009-10-27 11:52 ` Enric Balletbò i Serra
0 siblings, 0 replies; 3+ messages in thread
From: Enric Balletbò i Serra @ 2009-10-27 11:52 UTC (permalink / raw)
To: openembedded-devel
Ooops ! You're right. Thanks for checking.
Regards,
Enric
2009/10/27 Koen Kooi <k.kooi@student.utwente.nl>:
> On 27-10-09 09:55, Enric Balletbò i Serra wrote:
>>
>> Signed-off-by: Enric Balletbo i Serra<eballetbo@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
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-27 11:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-27 8:55 [PATCH 1/5] igep0020.conf: Fix missing u-boot entrypoint Enric Balletbò i Serra
2009-10-27 9:36 ` Koen Kooi
2009-10-27 11:52 ` Enric Balletbò i Serra
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.