Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5de23446 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Remove panic_timeout init value



panic_timeout is in BSS section and it is cleared with BSS section.
This means that value is setup to 0.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 11d51360
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -58,8 +58,6 @@ void __init setup_arch(char **cmdline_p)
	__invalidate_dcache_all();
	__enable_dcache();

	panic_timeout = 120;

	setup_memory();

#if defined(CONFIG_SELFMOD_INTC) || defined(CONFIG_SELFMOD_TIMER)