Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
9 changed files with 6 additions and 8 deletions
@ -1,6 +1,2 @@ |
|||||||
# Copyright 2023 honglin leng <a909204013@gmail.com> |
# Copyright 2023 honglin leng <a909204013@gmail.com> |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
config BOARD |
|
||||||
default "Raspberry Pi 4 Model B" |
|
||||||
depends on BOARD_RPI_4B |
|
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: rpi_4b |
||||||
|
vendor: Raspberry Pi |
||||||
|
socs: |
||||||
|
- name: bcm2711 |
@ -1,8 +1,6 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
# Platform Configuration |
# Platform Configuration |
||||||
CONFIG_SOC_BCM2711=y |
|
||||||
CONFIG_BOARD_RPI_4B=y |
|
||||||
CONFIG_ARM64_VA_BITS_36=y |
CONFIG_ARM64_VA_BITS_36=y |
||||||
CONFIG_ARM64_PA_BITS_36=y |
CONFIG_ARM64_PA_BITS_36=y |
||||||
|
|
Loading…
Reference in new issue