Hi Masahiro,
On Thu, 16 Jul 2020 at 19:36, Masahiro Yamada wrote:
>
> On Fri, Jul 17, 2020 at 12:44 AM Simon Glass wrote:
> >
> > On Wed, 15 Jul 2020 at 04:57, Masahiro Yamada
> > wrote:
> > >
> > > Currently, fdt_fixup_mtdparts() only checks the compatible property.
> > > It is pointless to fi
On Fri, Jul 17, 2020 at 12:44 AM Simon Glass wrote:
>
> On Wed, 15 Jul 2020 at 04:57, Masahiro Yamada
> wrote:
> >
> > Currently, fdt_fixup_mtdparts() only checks the compatible property.
> > It is pointless to fix up the disabled node.
> >
> > Skip the node if it has the property:
> >
> > stat
On Wed, 15 Jul 2020 at 04:57, Masahiro Yamada
wrote:
>
> Currently, fdt_fixup_mtdparts() only checks the compatible property.
> It is pointless to fix up the disabled node.
>
> Skip the node if it has the property:
>
> status = "disabled"
>
> Signed-off-by: Masahiro Yamada
> ---
>
> common/fdt
Currently, fdt_fixup_mtdparts() only checks the compatible property.
It is pointless to fix up the disabled node.
Skip the node if it has the property:
status = "disabled"
Signed-off-by: Masahiro Yamada
---
common/fdt_support.c | 17 ++---
1 file changed, 10 insertions(+), 7 del
4 matches
Mail list logo