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>
12 lines
203 B
Text
12 lines
203 B
Text
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2021 ASPEED Technology Inc.
|
|
|
|
config SOC_FAMILY_ASPEED
|
|
select SOC_RESET_HOOK
|
|
|
|
if SOC_FAMILY_ASPEED
|
|
|
|
rsource "*/Kconfig"
|
|
|
|
endif # SOC_FAMILY_ASPEED
|