Skip to content

Commit c57771e

Browse files
firscitykartben
authored andcommitted
boards: xenvm: remove incorrect condition for Kconfig heap values
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 incorrect parameter at all. This issue was introduced by commit 8dc3f85 ("hwmv2: Introduce Hardware model version 2 and convert devices") due to the typo. Signed-off-by: Dmytro Firsov <[email protected]>
1 parent e57634e commit c57771e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/xen/xenvm/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ config BUILD_OUTPUT_BIN
77
default y
88

99
config HEAP_MEM_POOL_SIZE
10-
default 16384 if BOARD_XENVM_XENVM
10+
default 16384
1111

1212
endif # BOARD_XENVM

0 commit comments

Comments
 (0)