From fda94e79caf963bd4c013123b82811c5757a3c11 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 27 Jan 2021 13:55:56 +0100 Subject: [PATCH] boards/x86: Removing explicit KERNEL_VM_SIZE on ehl and up_squared These were removed in commit 6b58e2c0a3e98e3f150c4707ead20d14234124ee but mistakenly reintroduced in commit 51c34bb60986d5db0286bf59eb10303ab10ef39c Signed-off-by: Johan Hedberg Signed-off-by: Tomasz Bursztyka --- boards/x86/ehl_crb/ehl_crb_defconfig | 1 - boards/x86/up_squared/up_squared_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/boards/x86/ehl_crb/ehl_crb_defconfig b/boards/x86/ehl_crb/ehl_crb_defconfig index 3543e0cb577a..243714c5b5c5 100644 --- a/boards/x86/ehl_crb/ehl_crb_defconfig +++ b/boards/x86/ehl_crb/ehl_crb_defconfig @@ -10,5 +10,4 @@ CONFIG_UART_NS16550=y CONFIG_UART_CONSOLE=y CONFIG_X2APIC=y CONFIG_SMP=y -CONFIG_KERNEL_VM_SIZE=0x80800000 CONFIG_BUILD_OUTPUT_EFI=y diff --git a/boards/x86/up_squared/up_squared_defconfig b/boards/x86/up_squared/up_squared_defconfig index e19710493b18..3b0774d53d55 100644 --- a/boards/x86/up_squared/up_squared_defconfig +++ b/boards/x86/up_squared/up_squared_defconfig @@ -11,5 +11,4 @@ CONFIG_UART_CONSOLE=y CONFIG_X2APIC=y CONFIG_SMP=y CONFIG_MP_NUM_CPUS=2 -CONFIG_KERNEL_VM_SIZE=0x80800000 CONFIG_BUILD_OUTPUT_EFI=y