mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 08:31:52 +00:00
Until we implement a proper reset of the microcontroller, add a reset of the Cortex-M3 CPU core in system_reset() in order to avoid getting stuck in a weird loop if we get a panic. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=none TEST=trigger a data abort and verify we are not going into a panic loop. Change-Id: Ie046379e6a9469bd683fa774cdc9abb10a14e8f1 Reviewed-on: https://chromium-review.googlesource.com/233109 Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org> Commit-Queue: Vincent Palatin <vpalatin@chromium.org>