Skip to content

Commit

Permalink
boards: xenvm: remove incorrect condition for Kconfig heap values
Browse files Browse the repository at this point in the history
xenvm Kconfig contained incorrect name for board parameter. It led to
build issues - heap size was set incorrectly. Since whole file is
already placed under right Kconfig condition ("if BOARD_XENVM"), remove
incorret parameter at all.

This issue was introduced by commit 8dc3f85 during migration to
hwmv2 due to typo.

Signed-off-by: Dmytro Firsov <[email protected]>
  • Loading branch information
firscity committed Nov 22, 2024
1 parent 78c1def commit 77cf4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/xen/xenvm/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ config BUILD_OUTPUT_BIN
default y

config HEAP_MEM_POOL_SIZE
default 16384 if BOARD_XENVM_XENVM
default 16384

endif # BOARD_XENVM

0 comments on commit 77cf4e9

Please sign in to comment.