[iot] Fix non-secure uboot crash before jump to Linux
authorHaoran.Wang <elven.wang@nxp.com>
Mon, 4 Sep 2017 11:25:32 +0000 (19:25 +0800)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:26 +0000 (02:37 +0800)
commit9d4858463e8fc83cedab0708852e02780b82f2a7
treef0a6f98793e25327708ab7917be2f2db02c273d2
parent8052afe7ad5cd31f314bb706416afa38bc40eb6f
[iot] Fix non-secure uboot crash before jump to Linux

As ARMV7_NONSEC macro enabled so it will init uboot monitor
before jump to Linux and this will bring crash.
So goto Linux directly before this process.

Change-Id: Ieb44f326a4be21c20b662443c713009adb3c376e
Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
arch/arm/lib/bootm.c