Replace SYS_INIT with SoC hooks and adapt SoC init code Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
# Copyright (c) 2014 Wind River Systems, Inc.
|
|
# Copyright (c) 2018 Synopsys, Inc. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_ARC_IOT
|
|
select ARC
|
|
select CPU_HAS_MPU
|
|
select CPU_HAS_FPU
|
|
select SOC_EARLY_INIT_HOOK
|