zephyr/boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54_defconfig
Stephanos Ioannidis 51d41bcb6a boards: beaglev_fire: Force 'medany' code model
The 'beaglev_fire' board has its SRAM located at 0x1000000000, and this
causes Zephyr to default to the `large` code model.

This commit forces the board to use `medany` code model because the `large`
code model is not supported by GCC 12.2 included in the current Zephyr SDK
0.17.2.

Revert this when Zephyr SDK 0.18.0 with GCC 14.3 is mainlined.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2025-07-19 15:43:09 -04:00

15 lines
325 B
Plaintext

# Copyright (c) 2023 Microchip Technology Inc
# SPDX-License-Identifier: Apache-2.0
CONFIG_MPFS_HAL=n
CONFIG_BASE64=y
CONFIG_INCLUDE_RESET_VECTOR=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y
CONFIG_XIP=n
CONFIG_INIT_STACKS=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
CONFIG_RV_BOOT_HART=1
CONFIG_RISCV_CMODEL_MEDANY=y