Skip to content

Commit

Permalink
boards: x86: don't turn on mem protection
Browse files Browse the repository at this point in the history
This is not enabled at the board level.
tests/Kconfig turns this on for test cases.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
  • Loading branch information
Andrew Boie authored and andrewboie committed Nov 28, 2018
1 parent 3ced428 commit 1c5642a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions boards/x86/qemu_x86/qemu_x86_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_XIP=y
CONFIG_X86_MMU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_USERSPACE=y
CONFIG_APPLICATION_MEMORY=y
CONFIG_X86_PAE_MODE=y
CONFIG_DEBUG_INFO=y
CONFIG_SCHED_SCALABLE=y
Expand Down
3 changes: 0 additions & 3 deletions boards/x86/qemu_x86/qemu_x86_iamcu_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
CONFIG_X86_IAMCU=y
CONFIG_XIP=y
CONFIG_X86_MMU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_USERSPACE=y
CONFIG_APPLICATION_MEMORY=y
CONFIG_DEBUG_INFO=y
2 changes: 0 additions & 2 deletions boards/x86/x86_jailhouse/x86_jailhouse_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ CONFIG_UART_CONSOLE=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_XIP=n
CONFIG_X86_MMU=y
CONFIG_HW_STACK_PROTECTION=y
CONFIG_USERSPACE=y
CONFIG_X86_PAE_MODE=y
CONFIG_REALMODE=y

0 comments on commit 1c5642a

Please sign in to comment.