summaryrefslogtreecommitdiff
path: root/target/arm/systems/qemu-arm-lm3s6965evb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-03 19:05:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-03 19:05:15 +0200
commit3f825016f9fc0eb3c1d6d1e2526756c34a4dc534 (patch)
tree8e585ef6d7199cc62952cb90fbc0e2141b246fcc /target/arm/systems/qemu-arm-lm3s6965evb
parentcd965d03565e31760a325161a03079ed06cec7fb (diff)
frosted: add ADK prefix, separate kernel/userland in the menu
Diffstat (limited to 'target/arm/systems/qemu-arm-lm3s6965evb')
-rw-r--r--target/arm/systems/qemu-arm-lm3s6965evb12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/arm/systems/qemu-arm-lm3s6965evb b/target/arm/systems/qemu-arm-lm3s6965evb
index 7d32e5cb8..801793ffa 100644
--- a/target/arm/systems/qemu-arm-lm3s6965evb
+++ b/target/arm/systems/qemu-arm-lm3s6965evb
@@ -5,12 +5,12 @@ config ADK_TARGET_SYSTEM_QEMU_ARM_LM3S6965EVB
select ADK_TARGET_CPU_ARM_CORTEX_M3
select ADK_TARGET_ARCH_ARM_WITH_THUMB
select ADK_TARGET_QEMU
- select FROSTED_ARCH_LM3SVIRT
- select FROSTED_KFLASHMEM_SIZE 128
- select FROSTED_KRAMMEM_SIZE 128
- select FROSTED_TASK_STACK_SIZE_4K
- select FROSTED_USART_0
- select FROSTED_MEMFS
+ select ADK_FROSTED_ARCH_LM3SVIRT
+ select ADK_FROSTED_KFLASHMEM_SIZE 128
+ select ADK_FROSTED_KRAMMEM_SIZE 128
+ select ADK_FROSTED_TASK_STACK_SIZE_4K
+ select ADK_FROSTED_USART_0
+ select ADK_FROSTED_MEMFS
help
Qemu Emulator for ARM architecture (lm3s6965evb) without MMU.