]> git.sur5r.net Git - u-boot/commit
bootm: fix 'memory-fixup' for vxWorks boot
authorHannes Schmelzer <hannes.schmelzer@br-automation.com>
Fri, 4 May 2018 08:49:11 +0000 (10:49 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 May 2018 00:38:34 +0000 (20:38 -0400)
commit7f1cb1d588789585aa962250fda4c3e095901c5b
tree0397a1002e36e4a28d11e4b9f233dfef135e14ca
parent8140816eea9faef804a333e8416249fc57d0bedc
bootm: fix 'memory-fixup' for vxWorks boot

The check for having a memory node within the fdt blob is made wrong, we
fix this here.

Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
arch/arm/lib/bootm.c