Re: [PATCH] ARM: tegra: init fuse before setting reset handler

2013-11-12 Thread Stephen Warren
On 11/11/2013 11:36 PM, Alexandre Courbot wrote: > CPU reset handler was set before fuse is initialized, but > tegra_cpu_reset_handler_enable() uses tegra_chip_id, which is set by > tegra_init_fuse(). This patch reorders the calls so the CPU reset > handler code does not read an uninitialized varia

[PATCH] ARM: tegra: init fuse before setting reset handler

2013-11-11 Thread Alexandre Courbot
CPU reset handler was set before fuse is initialized, but tegra_cpu_reset_handler_enable() uses tegra_chip_id, which is set by tegra_init_fuse(). This patch reorders the calls so the CPU reset handler code does not read an uninitialized variable. Signed-off-by: Alexandre Courbot --- arch/arm/mac