Re: [PATCH] of/fdt: Fix #ifdef dependency of early flattree declarations

2018-01-04 Thread Geert Uytterhoeven
Hi Rob, On Wed, Jan 3, 2018 at 10:41 PM, Rob Herring wrote: > On Tue, Jan 02, 2018 at 11:18:17AM +0100, Geert Uytterhoeven wrote: >> If OF_FLATTREE=y, but OF_EARLY_FLATTREE=n: >> >> drivers/tty/serial/earlycon.o: In function `param_setup_earlycon': >> earlycon.c:(.init.text+0x3a4): undefi

Re: [PATCH] of/fdt: Fix #ifdef dependency of early flattree declarations

2018-01-04 Thread Geert Uytterhoeven
Hi Fengguang, On Thu, Jan 4, 2018 at 12:16 AM, kbuild test robot wrote: > I love your patch! Yet something to improve: Thanks, I love your report! > url: > https://github.com/0day-ci/linux/commits/Geert-Uytterhoeven/of-fdt-Fix-ifdef-dependency-of-early-flattree-declarations/20180104-062259

Re: [PATCH] of/fdt: Fix #ifdef dependency of early flattree declarations

2018-01-03 Thread kbuild test robot
Hi Geert, I love your patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on v4.15-rc6 next-20180103] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits

Re: [PATCH] of/fdt: Fix #ifdef dependency of early flattree declarations

2018-01-03 Thread kbuild test robot
Hi Geert, I love your patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on v4.15-rc6 next-20180103] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits

Re: [PATCH] of/fdt: Fix #ifdef dependency of early flattree declarations

2018-01-03 Thread Rob Herring
On Tue, Jan 02, 2018 at 11:18:17AM +0100, Geert Uytterhoeven wrote: > If OF_FLATTREE=y, but OF_EARLY_FLATTREE=n: > > drivers/tty/serial/earlycon.o: In function `param_setup_earlycon': > earlycon.c:(.init.text+0x3a4): undefined reference to > `early_init_dt_scan_chosen_stdout' > > Fix thi

[PATCH] of/fdt: Fix #ifdef dependency of early flattree declarations

2018-01-02 Thread Geert Uytterhoeven
If OF_FLATTREE=y, but OF_EARLY_FLATTREE=n: drivers/tty/serial/earlycon.o: In function `param_setup_earlycon': earlycon.c:(.init.text+0x3a4): undefined reference to `early_init_dt_scan_chosen_stdout' Fix this by moving the early flattree forward declarations and dummy implementations insi