]> git.baikalelectronics.ru Git - uboot.git/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)
commit24ad7fedbff911540c9b17a538d240f36d01c440
tree0397a1002e36e4a28d11e4b9f233dfef135e14ca
parent2e569c0e221705f8c8391936ca76b90db18d4112
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