Re: [PATCH 09/17] fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()

2021-02-14 Thread Tom Rini
On Sun, Feb 14, 2021 at 07:20:45PM +, Peter Robinson wrote: > On Sun, Feb 14, 2021 at 7:10 PM Tom Rini wrote: > > > > On Sun, Feb 14, 2021 at 02:08:08PM -0500, Tom Rini wrote: > > > On Sun, Feb 14, 2021 at 08:05:33PM +0100, Jesper Schmitz Mouridsen wrote: > > > > > > > > On 14.02.2021 19.50,

Re: [PATCH 09/17] fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()

2021-02-14 Thread Peter Robinson
On Sun, Feb 14, 2021 at 7:10 PM Tom Rini wrote: > > On Sun, Feb 14, 2021 at 02:08:08PM -0500, Tom Rini wrote: > > On Sun, Feb 14, 2021 at 08:05:33PM +0100, Jesper Schmitz Mouridsen wrote: > > > > > > On 14.02.2021 19.50, Peter Robinson wrote: > > > > Hi Simon, > > > > > > > > On Thu, Jan 28, 2021

Re: [PATCH 09/17] fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()

2021-02-14 Thread Tom Rini
On Sun, Feb 14, 2021 at 02:08:08PM -0500, Tom Rini wrote: > On Sun, Feb 14, 2021 at 08:05:33PM +0100, Jesper Schmitz Mouridsen wrote: > > > > On 14.02.2021 19.50, Peter Robinson wrote: > > > Hi Simon, > > > > > > On Thu, Jan 28, 2021 at 11:59 PM Tom Rini wrote: > > > > On Wed, Jan 13, 2021 at

Re: [PATCH 09/17] fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()

2021-02-14 Thread Tom Rini
On Sun, Feb 14, 2021 at 08:05:33PM +0100, Jesper Schmitz Mouridsen wrote: > > On 14.02.2021 19.50, Peter Robinson wrote: > > Hi Simon, > > > > On Thu, Jan 28, 2021 at 11:59 PM Tom Rini wrote: > > > On Wed, Jan 13, 2021 at 08:29:49PM -0700, Simon Glass wrote: > > > > > > > This setting may be

Re: [PATCH 09/17] fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()

2021-02-14 Thread Peter Robinson
Hi Simon, On Thu, Jan 28, 2021 at 11:59 PM Tom Rini wrote: > > On Wed, Jan 13, 2021 at 08:29:49PM -0700, Simon Glass wrote: > > > This setting may be different in SPL and TPL. Update the code to check > > the correct setting. > > > > Signed-off-by: Simon Glass > > Applied to u-boot/master,

Re: [PATCH 09/17] fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()

2021-01-28 Thread Tom Rini
On Wed, Jan 13, 2021 at 08:29:49PM -0700, Simon Glass wrote: > This setting may be different in SPL and TPL. Update the code to check > the correct setting. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 09/17] fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()

2021-01-13 Thread Simon Glass
This setting may be different in SPL and TPL. Update the code to check the correct setting. Signed-off-by: Simon Glass --- lib/fdtdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 54f7a1fe477..a2d2fb4e1fe 100644 --- a/lib/fdtdec.c +++