commit | 9a922b439e67da5a740baff6954174be6d3b36b6 | [log] [tgz] |
---|---|---|
author | Emmanuel Vadot <manu@bidouilliste.com> | Thu Jan 19 10:23:56 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 15:38:05 2017 -0500 |
tree | ed4713d36ca41a2b03815763b39a43bb8c773e64 | |
parent | 3bb71e0c0c465ded74db16a971b3b5723db69c90 [diff] |
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>