On Sat, Nov 10, 2018 at 02:53:17AM +0200, Nick Kossifidis wrote: > On architectures that only get their bootargs through devicetree's > chosen node (such as RISC-V), that node is mandatory. After a > discussion with Rob [1] I'm adding a warning in case chosen node > is not present, to let users know about it. > > [1]: https://patchwork.ozlabs.org/patch/984224/#2016136 > > Signed-off-by: Nick Kossifidis <mick@xxxxxxxxxxxx> > --- > drivers/of/fdt.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Applied.