diff mbox

[U-Boot] omap4_panda: Ignore omap4 SPL called MLO

Message ID 1312953710-22760-1-git-send-email-joe.hershberger@ni.com
State Accepted
Commit ea3cd47af4c61b04450ba01d2f5172cc1b808d64
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Joe Hershberger Aug. 10, 2011, 5:21 a.m. UTC
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Albert ARIBAUD Aug. 10, 2011, 5:54 a.m. UTC | #1
Hi Joe,

Le 10/08/2011 07:21, Joe Hershberger a écrit :
> Signed-off-by: Joe Hershberger<joe.hershberger@ni.com>
> Cc: Joe Hershberger<joe.hershberger@gmail.com>
> Cc: Sandeep Paulraj<s-paulraj@ti.com>
> ---
>   .gitignore |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index dbf545f..f86ec35 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -19,6 +19,7 @@
>   # Top-level generic files
>   #
>
> +/MLO
>   /System.map
>   /u-boot
>   /u-boot.hex

Why should this MLO be present at all in the U-Boot tree? Is this file a 
direct or indirect result of building the OMAP Panda board?

Amicalement,
Joe Hershberger Aug. 10, 2011, 7:25 p.m. UTC | #2
Hi Albert,

On Wed, Aug 10, 2011 at 12:54 AM, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:
> Hi Joe,
>
> Le 10/08/2011 07:21, Joe Hershberger a écrit :
>> Signed-off-by: Joe Hershberger<joe.hershberger@ni.com>
>> Cc: Joe Hershberger<joe.hershberger@gmail.com>
>> Cc: Sandeep Paulraj<s-paulraj@ti.com>
>> ---
>>   .gitignore |    1 +
>>   1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/.gitignore b/.gitignore
>> index dbf545f..f86ec35 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -19,6 +19,7 @@
>>   # Top-level generic files
>>   #
>>
>> +/MLO
>>   /System.map
>>   /u-boot
>>   /u-boot.hex
>
> Why should this MLO be present at all in the U-Boot tree? Is this file a
> direct or indirect result of building the OMAP Panda board?

It is a direct result of building an OMAP4 board...

arch/arm/cpu/armv7/omap4/config.mk:27:ALL-y     += $(OBJTREE)/MLO

Best regards,
-Joe
Albert ARIBAUD Sept. 4, 2011, 8 a.m. UTC | #3
Hi Joe,

Le 10/08/2011 07:21, Joe Hershberger a écrit :
> Signed-off-by: Joe Hershberger<joe.hershberger@ni.com>
> Cc: Joe Hershberger<joe.hershberger@gmail.com>
> Cc: Sandeep Paulraj<s-paulraj@ti.com>
> ---
>   .gitignore |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index dbf545f..f86ec35 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -19,6 +19,7 @@
>   # Top-level generic files
>   #
>
> +/MLO
>   /System.map
>   /u-boot
>   /u-boot.hex

Applied to u-boot-arm/next, thanks.

Amicalement,
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index dbf545f..f86ec35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@ 
 # Top-level generic files
 #
 
+/MLO
 /System.map
 /u-boot
 /u-boot.hex