arch: lc823450: Fix to boot
Summary: - I noticed that lc823450-xgevk does not boot due to the recent changes on g_current_regs - This PR fixes this issue Impact: - None Testing: - Tested with lc823450-xgevk:rndis Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
fe8277f82a
commit
95fe8426ed
@ -170,10 +170,6 @@ void __start(void)
|
||||
*dest++ = *src++;
|
||||
}
|
||||
|
||||
/* run as interrupt context, before scheduler running */
|
||||
|
||||
CURRENT_REGS = (uint32_t *)1;
|
||||
|
||||
#ifdef CONFIG_LASTKMSG_LOWOUTS
|
||||
|
||||
if (g_lastksg_buf.sig == LASTKMSG_SIG_REBOOT)
|
||||
|
Loading…
Reference in New Issue
Block a user