diff mbox series

[3/3] riscv: Ignore all compressed Image formats

Message ID 20201102040357.118400-3-wangkefeng.wang@huawei.com (mailing list archive)
State New, archived
Headers show
Series [1/3] riscv: Fix compressed Image formats build | expand

Commit Message

Kefeng Wang Nov. 2, 2020, 4:03 a.m. UTC
Do not track all compressed Image formats.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 arch/riscv/boot/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kefeng Wang Nov. 2, 2020, 7:27 a.m. UTC | #1
On 2020/11/2 12:03, Kefeng Wang wrote:
> Do not track all compressed Image formats.
should add all loader.* too, eg loader.bin,  will resend after all 
patches reviewed.
>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
>   arch/riscv/boot/.gitignore | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore
> index 574c10f8ff68..2a31a61ca382 100644
> --- a/arch/riscv/boot/.gitignore
> +++ b/arch/riscv/boot/.gitignore
> @@ -1,5 +1,5 @@
>   # SPDX-License-Identifier: GPL-2.0-only
>   Image
> -Image.gz
> +Image.*
>   loader
>   loader.lds
Atish Patra Nov. 3, 2020, 3:56 p.m. UTC | #2
On Sun, Nov 1, 2020 at 11:27 PM Kefeng Wang <wangkefeng.wang@huawei.com> wrote:
>
>
> On 2020/11/2 12:03, Kefeng Wang wrote:
> > Do not track all compressed Image formats.
> should add all loader.* too, eg loader.bin,  will resend after all
> patches reviewed.
> >

But not loader.S & loader.lds.S

> > Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> > ---
> >   arch/riscv/boot/.gitignore | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore
> > index 574c10f8ff68..2a31a61ca382 100644
> > --- a/arch/riscv/boot/.gitignore
> > +++ b/arch/riscv/boot/.gitignore
> > @@ -1,5 +1,5 @@
> >   # SPDX-License-Identifier: GPL-2.0-only
> >   Image
> > -Image.gz
> > +Image.*
> >   loader
> >   loader.lds
>
> _______________________________________________
> linux-riscv mailing list
> linux-riscv@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv
Kefeng Wang Nov. 4, 2020, 3:17 a.m. UTC | #3
On 2020/11/3 23:56, Atish Patra wrote:
> On Sun, Nov 1, 2020 at 11:27 PM Kefeng Wang <wangkefeng.wang@huawei.com> wrote:
>>
>> On 2020/11/2 12:03, Kefeng Wang wrote:
>>> Do not track all compressed Image formats.
>> should add all loader.* too, eg loader.bin,  will resend after all
>> patches reviewed.
> But not loader.S & loader.lds.S

Yes, only add loader.bin, will send v2, thanks

>
>>> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
>>> ---
>>>    arch/riscv/boot/.gitignore | 2 +-
>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore
>>> index 574c10f8ff68..2a31a61ca382 100644
>>> --- a/arch/riscv/boot/.gitignore
>>> +++ b/arch/riscv/boot/.gitignore
>>> @@ -1,5 +1,5 @@
>>>    # SPDX-License-Identifier: GPL-2.0-only
>>>    Image
>>> -Image.gz
>>> +Image.*
>>>    loader
>>>    loader.lds
>> _______________________________________________
>> linux-riscv mailing list
>> linux-riscv@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-riscv
>
>
diff mbox series

Patch

diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore
index 574c10f8ff68..2a31a61ca382 100644
--- a/arch/riscv/boot/.gitignore
+++ b/arch/riscv/boot/.gitignore
@@ -1,5 +1,5 @@ 
 # SPDX-License-Identifier: GPL-2.0-only
 Image
-Image.gz
+Image.*
 loader
 loader.lds