Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-03-01 Thread Frank Rowand
On 02/28/18 13:44, Frank Rowand wrote: > On 02/28/18 12:26, Rob Herring wrote: >> Sorry for the delay, been away for a few days. >> >> On Mon, Feb 19, 2018 at 12:24 AM, Frank Rowand >> wrote: >>> >>> On 02/18/18 17:46, Rob Herring wrote: On Sun, Feb 18, 2018 at 6:29

Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-03-01 Thread Frank Rowand
On 02/28/18 13:44, Frank Rowand wrote: > On 02/28/18 12:26, Rob Herring wrote: >> Sorry for the delay, been away for a few days. >> >> On Mon, Feb 19, 2018 at 12:24 AM, Frank Rowand >> wrote: >>> >>> On 02/18/18 17:46, Rob Herring wrote: On Sun, Feb 18, 2018 at 6:29 PM, wrote: > From:

Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-02-28 Thread Frank Rowand
On 02/28/18 12:26, Rob Herring wrote: > Sorry for the delay, been away for a few days. > > On Mon, Feb 19, 2018 at 12:24 AM, Frank Rowand wrote: >> >> On 02/18/18 17:46, Rob Herring wrote: >>> On Sun, Feb 18, 2018 at 6:29 PM, wrote: From:

Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-02-28 Thread Frank Rowand
On 02/28/18 12:26, Rob Herring wrote: > Sorry for the delay, been away for a few days. > > On Mon, Feb 19, 2018 at 12:24 AM, Frank Rowand wrote: >> >> On 02/18/18 17:46, Rob Herring wrote: >>> On Sun, Feb 18, 2018 at 6:29 PM, wrote: From: Frank Rowand kbuild test robot reported

Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-02-28 Thread Rob Herring
Sorry for the delay, been away for a few days. On Mon, Feb 19, 2018 at 12:24 AM, Frank Rowand wrote: > > On 02/18/18 17:46, Rob Herring wrote: > > On Sun, Feb 18, 2018 at 6:29 PM, wrote: > >> From: Frank Rowand > >> > >>

Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-02-28 Thread Rob Herring
Sorry for the delay, been away for a few days. On Mon, Feb 19, 2018 at 12:24 AM, Frank Rowand wrote: > > On 02/18/18 17:46, Rob Herring wrote: > > On Sun, Feb 18, 2018 at 6:29 PM, wrote: > >> From: Frank Rowand > >> > >> kbuild test robot reported a new warning for a recent patch: >

Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-02-18 Thread Frank Rowand
On 02/18/18 17:46, Rob Herring wrote: > On Sun, Feb 18, 2018 at 6:29 PM, wrote: >> From: Frank Rowand >> >> kbuild test robot reported a new warning for a recent patch: drivers/of/overlay.c:832:2: error: implicit declaration of function

Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-02-18 Thread Frank Rowand
On 02/18/18 17:46, Rob Herring wrote: > On Sun, Feb 18, 2018 at 6:29 PM, wrote: >> From: Frank Rowand >> >> kbuild test robot reported a new warning for a recent patch: drivers/of/overlay.c:832:2: error: implicit declaration of function 'of_fdt_unflatten_tree'

Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-02-18 Thread Rob Herring
On Sun, Feb 18, 2018 at 6:29 PM, wrote: > From: Frank Rowand > > kbuild test robot reported a new warning for a recent patch: >>> drivers/of/overlay.c:832:2: error: implicit declaration of function >>> 'of_fdt_unflatten_tree'

Re: [PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-02-18 Thread Rob Herring
On Sun, Feb 18, 2018 at 6:29 PM, wrote: > From: Frank Rowand > > kbuild test robot reported a new warning for a recent patch: >>> drivers/of/overlay.c:832:2: error: implicit declaration of function >>> 'of_fdt_unflatten_tree' [-Werror=implicit-function-declaration] >

[PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-02-18 Thread frowand . list
From: Frank Rowand kbuild test robot reported a new warning for a recent patch: >> drivers/of/overlay.c:832:2: error: implicit declaration of function >> 'of_fdt_unflatten_tree' [-Werror=implicit-function-declaration] of_fdt_unflatten_tree(new_fdt, NULL, _root); The

[PATCH] of: Kconfig: OF_OVERLAY, select OF_EARLY_FLATTREE

2018-02-18 Thread frowand . list
From: Frank Rowand kbuild test robot reported a new warning for a recent patch: >> drivers/of/overlay.c:832:2: error: implicit declaration of function >> 'of_fdt_unflatten_tree' [-Werror=implicit-function-declaration] of_fdt_unflatten_tree(new_fdt, NULL, _root); The cause is that the