commit | f519dd1411c8974a7de7849f80aaa7d5530e6130 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Tue Aug 06 09:17:48 2024 -0400 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Sep 09 10:07:33 2024 +0200 |
tree | eeccdcac2fd90ba8eb794e6c537c4835f198e59d | |
parent | e260d036866bfd06f402dc65c499628cc561622d [diff] |
arch: arm: replace PLATFORM_SPECIFIC_INIT with PLATFORM_RESET_HOOK Use generic hook infrastrucutre instead of custom Kconfig and hooks for ARM. Replace z_arm_platform_init() with platform_reset(). Signed-off-by: Anas Nashif <anas.nashif@intel.com>