Skip to content

Commit

Permalink
boards: arm64: xenvm: defconfig: disable XEN_REGIONS
Browse files Browse the repository at this point in the history
The CONFIG_XEN_REGIONS is enabled by default, but second memory range is
not defined for "hypervisor" node which causes build failure.

Hence, disable CONFIG_XEN_REGIONS for xenvm platform.

Signed-off-by: Grygorii Strashko <[email protected]>
  • Loading branch information
Grygorii Strashko committed Apr 18, 2024
1 parent 575eecc commit f5f1f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm64/xenvm/xenvm_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ CONFIG_LOG_MODE_MINIMAL=n
CONFIG_USERSPACE=n

CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y
CONFIG_XEN_REGIONS=n

0 comments on commit f5f1f44

Please sign in to comment.