bootm: qnx: Disable data cache before booting QNX image
authorEmmanuel Vadot <manu@bidouilliste.com>
Thu, 19 Jan 2017 09:23:56 +0000 (10:23 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jan 2017 20:38:05 +0000 (15:38 -0500)
commit995eab8b5b580b67394312b1621c60a71042cd18
treeed4713d36ca41a2b03815763b39a43bb8c773e64
parentb4e923a8056c29ae978c2086b65be0cbc84cef4e
bootm: qnx: Disable data cache before booting QNX image

Instead of disabling the data cache in the bootelf command, disabling
it in the do_bootm_qnxelf function.
Some ELF binary might want the cache enabled.

Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
cmd/elf.c
common/bootm_os.c