Re: [PATCH] kconfig: default to zero if int/hex symbol lacks default property

2024-05-13 Thread Rasmus Villemoes
On 13/05/2024 11.03, Yoann Congal wrote: > > > Le 13/05/2024 à 10:28, Rasmus Villemoes a écrit : >> On 07/05/2024 19.23, Tom Rini wrote: >>> On Tue, May 07, 2024 at 09:17:46AM +0200, Yoann Congal wrote: But, my more general use case is the Yocto dev trying to change the U-Boot (or

Re: [PATCH] kconfig: default to zero if int/hex symbol lacks default property

2024-05-13 Thread Rasmus Villemoes
On 13/05/2024 10.28, Rasmus Villemoes wrote: > On 07/05/2024 19.23, Tom Rini wrote: >> On Tue, May 07, 2024 at 09:17:46AM +0200, Yoann Congal wrote: >>> Le 06/05/2024 à 19:43, Tom Rini a écrit : On Sun, May 05, 2024 at 03:53:53PM +0200, Yoann Congal wrote: > From: Masahiro Yamada

Re: [PATCH] kconfig: default to zero if int/hex symbol lacks default property

2024-05-13 Thread Yoann Congal
Le 13/05/2024 à 10:28, Rasmus Villemoes a écrit : > On 07/05/2024 19.23, Tom Rini wrote: >> On Tue, May 07, 2024 at 09:17:46AM +0200, Yoann Congal wrote: >>> Le 06/05/2024 à 19:43, Tom Rini a écrit : On Sun, May 05, 2024 at 03:53:53PM +0200, Yoann Congal wrote: > From: Masahiro

Re: [PATCH] kconfig: default to zero if int/hex symbol lacks default property

2024-05-13 Thread Rasmus Villemoes
On 07/05/2024 19.23, Tom Rini wrote: > On Tue, May 07, 2024 at 09:17:46AM +0200, Yoann Congal wrote: >> Le 06/05/2024 à 19:43, Tom Rini a écrit : >>> On Sun, May 05, 2024 at 03:53:53PM +0200, Yoann Congal wrote: >>> From: Masahiro Yamada This is a cherry-pick from the kernel

Re: [PATCH] kconfig: default to zero if int/hex symbol lacks default property

2024-05-13 Thread Yoann Congal
Le 07/05/2024 à 19:23, Tom Rini a écrit : > On Tue, May 07, 2024 at 09:17:46AM +0200, Yoann Congal wrote: >> Le 06/05/2024 à 19:43, Tom Rini a écrit : >>> On Sun, May 05, 2024 at 03:53:53PM +0200, Yoann Congal wrote: >>> From: Masahiro Yamada This is a cherry-pick from the kernel

Re: [PATCH] kconfig: default to zero if int/hex symbol lacks default property

2024-05-07 Thread Tom Rini
On Tue, May 07, 2024 at 09:17:46AM +0200, Yoann Congal wrote: > Le 06/05/2024 à 19:43, Tom Rini a écrit : > > On Sun, May 05, 2024 at 03:53:53PM +0200, Yoann Congal wrote: > > > >> From: Masahiro Yamada > >> > >> This is a cherry-pick from the kernel commit: > >> 6262afa10ef7c (kconfig: default

Re: [PATCH] kconfig: default to zero if int/hex symbol lacks default property

2024-05-07 Thread Yoann Congal
Le 06/05/2024 à 19:43, Tom Rini a écrit : > On Sun, May 05, 2024 at 03:53:53PM +0200, Yoann Congal wrote: > >> From: Masahiro Yamada >> >> This is a cherry-pick from the kernel commit: >> 6262afa10ef7c (kconfig: default to zero if int/hex symbol lacks default >> property, 2023-11-26) >> >> When

Re: [PATCH] kconfig: default to zero if int/hex symbol lacks default property

2024-05-06 Thread Tom Rini
On Sun, May 05, 2024 at 03:53:53PM +0200, Yoann Congal wrote: > From: Masahiro Yamada > > This is a cherry-pick from the kernel commit: > 6262afa10ef7c (kconfig: default to zero if int/hex symbol lacks default > property, 2023-11-26) > > When a default property is missing in an int or hex

[PATCH] kconfig: default to zero if int/hex symbol lacks default property

2024-05-05 Thread Yoann Congal
From: Masahiro Yamada This is a cherry-pick from the kernel commit: 6262afa10ef7c (kconfig: default to zero if int/hex symbol lacks default property, 2023-11-26) When a default property is missing in an int or hex symbol, it defaults to an empty string, which is not a valid symbol value. It