From ab1075f0d93ffb3c4f7dd27f98c5f03b2dba59e4 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Thu, 8 Aug 2019 17:15:10 -0700 Subject: [PATCH] board: qemu_nios2: set yaml RAM/ROM size This emulated board has 128KB each of flash and SRAM. Signed-off-by: Andrew Boie --- boards/nios2/qemu_nios2/qemu_nios2.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/nios2/qemu_nios2/qemu_nios2.yaml b/boards/nios2/qemu_nios2/qemu_nios2.yaml index b239b12ea4f..d491aa236ae 100644 --- a/boards/nios2/qemu_nios2/qemu_nios2.yaml +++ b/boards/nios2/qemu_nios2/qemu_nios2.yaml @@ -3,6 +3,8 @@ name: QEMU Emulation for NIOS II type: qemu simulation: qemu arch: nios2 +ram: 128 +flash: 128 toolchain: - zephyr - xtools