Browse Source
Port the board to HWMv2. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>pull/69687/head
10 changed files with 11 additions and 23 deletions
@ -1,6 +1,3 @@
@@ -1,6 +1,3 @@
|
||||
CONFIG_SOC_SERIES_STM32MP1X=y |
||||
CONFIG_SOC_STM32MP15_M4=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2019 Linaro Ltd. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_96B_AVENGER96 |
||||
select SOC_STM32MP15_M4 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: 96b_avenger96 |
||||
vendor: 96boards |
||||
socs: |
||||
- name: stm32mp157cxx |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
# 96Boards Avenger96 board configuration |
||||
|
||||
# Copyright (c) 2019 Linaro Ltd. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_96B_AVENGER96 |
||||
bool "96Boards Avenger96 Board" |
||||
depends on SOC_STM32MP15_M4 |
@ -1,11 +0,0 @@
@@ -1,11 +0,0 @@
|
||||
# 96Boards Avenger96 board configuration |
||||
|
||||
# Copyright (c) 2019 Linaro Ltd. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_96B_AVENGER96 |
||||
|
||||
config BOARD |
||||
default "96b_avenger96" |
||||
|
||||
endif # BOARD_96B_AVENGER96 |
Loading…
Reference in new issue