Skip to content

Commit

Permalink
board: ls1046ardb: fix defconfig overlay
Browse files Browse the repository at this point in the history
This patch is to fix issue #71473.

The commit 0be0d21 revert some change
introduced by hwmv2 which allows defconfig can be overlay, so revert
back defconfig to be full configure files which includes all items used
by the board variants.

Signed-off-by: Jiafei Pan <[email protected]>
  • Loading branch information
JiafeiPan authored and aescolar committed Apr 19, 2024
1 parent ff0cc74 commit 34629d2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions boards/nxp/ls1046ardb/ls1046ardb_ls1046a_smp_4cores_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
# Zephyr Kernel Configuration
CONFIG_XIP=n
CONFIG_AARCH64_IMAGE_HEADER=y
CONFIG_MAX_THREAD_BYTES=5
CONFIG_MAX_XLAT_TABLES=10

# SMP support
CONFIG_SMP=y
CONFIG_MP_MAX_NUM_CPUS=4
CONFIG_CACHE_MANAGEMENT=y
CONFIG_ARMV8_A_NS=y

# PSCI is supported
CONFIG_PM_CPU_OPS=y

# Serial Drivers
CONFIG_SERIAL=y
Expand All @@ -17,6 +28,3 @@ CONFIG_UART_INTERRUPT_DRIVEN=y
# Enable Console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# SMP support
CONFIG_MP_MAX_NUM_CPUS=4

0 comments on commit 34629d2

Please sign in to comment.