Re: [U-Boot] [PATCH] fdt: Add warning about CONFIG_OF_EMBED

2018-12-31 Thread Simon Glass
Hi Lukasz, On Mon, 31 Dec 2018 at 04:26, Lukasz Majewski wrote: > > Hi Simon, > > > Hi Lukasz, > > > > On Wed, 19 Dec 2018 at 03:11, Lukasz Majewski wrote: > > > > > > Dear Simon and Simon, > > > > > > > Am 05.12.2018 um 14:57 schrieb Simon Glass: > > > > > This option has crept into use with so

Re: [U-Boot] [PATCH] fdt: Add warning about CONFIG_OF_EMBED

2018-12-31 Thread Lukasz Majewski
Hi Simon, > Hi Lukasz, > > On Wed, 19 Dec 2018 at 03:11, Lukasz Majewski wrote: > > > > Dear Simon and Simon, > > > > > Am 05.12.2018 um 14:57 schrieb Simon Glass: > > > > This option has crept into use with some boards. Add a warning > > > > to try to prevent this. > > > > > > > > As an exa

Re: [U-Boot] [PATCH] fdt: Add warning about CONFIG_OF_EMBED

2018-12-27 Thread Simon Glass
Hi Lukasz, On Wed, 19 Dec 2018 at 03:11, Lukasz Majewski wrote: > > Dear Simon and Simon, > > > Am 05.12.2018 um 14:57 schrieb Simon Glass: > > > This option has crept into use with some boards. Add a warning to > > > try to prevent this. > > > > > > As an example: > > > https://lists.denx.de

Re: [U-Boot] [PATCH] fdt: Add warning about CONFIG_OF_EMBED

2018-12-19 Thread Lukasz Majewski
Dear Simon and Simon, > Am 05.12.2018 um 14:57 schrieb Simon Glass: > > This option has crept into use with some boards. Add a warning to > > try to prevent this. > > > > As an example: > > https://lists.denx.de/pipermail/u-boot/2017-September/304966.html > > We have just discussed this in

Re: [U-Boot] [PATCH] fdt: Add warning about CONFIG_OF_EMBED

2018-12-05 Thread Tom Rini
On Wed, Dec 05, 2018 at 06:57:08AM -0700, Simon Glass wrote: > This option has crept into use with some boards. Add a warning to try to > prevent this. > > As an example: >https://lists.denx.de/pipermail/u-boot/2017-September/304966.html > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH] fdt: Add warning about CONFIG_OF_EMBED

2018-12-05 Thread Tom Rini
On Wed, Dec 05, 2018 at 05:08:53PM +0100, Simon Goldschmidt wrote: > Hi Simon, > > Am 05.12.2018 um 16:57 schrieb Simon Glass: > >Hi Simon, > > > >On Wed, 5 Dec 2018 at 07:22, Simon Goldschmidt > > wrote: > >> > >>Am 05.12.2018 um 14:57 schrieb Simon Glass: > >>>This option has crept into use with

Re: [U-Boot] [PATCH] fdt: Add warning about CONFIG_OF_EMBED

2018-12-05 Thread Simon Goldschmidt
Hi Simon, Am 05.12.2018 um 16:57 schrieb Simon Glass: Hi Simon, On Wed, 5 Dec 2018 at 07:22, Simon Goldschmidt wrote: Am 05.12.2018 um 14:57 schrieb Simon Glass: This option has crept into use with some boards. Add a warning to try to prevent this. As an example: https://lists.denx.de

Re: [U-Boot] [PATCH] fdt: Add warning about CONFIG_OF_EMBED

2018-12-05 Thread Simon Glass
Hi Simon, On Wed, 5 Dec 2018 at 07:22, Simon Goldschmidt wrote: > > Am 05.12.2018 um 14:57 schrieb Simon Glass: > > This option has crept into use with some boards. Add a warning to try to > > prevent this. > > > > As an example: > > https://lists.denx.de/pipermail/u-boot/2017-September/30496

Re: [U-Boot] [PATCH] fdt: Add warning about CONFIG_OF_EMBED

2018-12-05 Thread Simon Goldschmidt
Am 05.12.2018 um 14:57 schrieb Simon Glass: This option has crept into use with some boards. Add a warning to try to prevent this. As an example: https://lists.denx.de/pipermail/u-boot/2017-September/304966.html We have just discussed this in another thread. There seem to be ~109 defconfi

[U-Boot] [PATCH] fdt: Add warning about CONFIG_OF_EMBED

2018-12-05 Thread Simon Glass
This option has crept into use with some boards. Add a warning to try to prevent this. As an example: https://lists.denx.de/pipermail/u-boot/2017-September/304966.html Signed-off-by: Simon Glass --- Makefile | 8 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile ind