board: qemu_nios2: set yaml RAM/ROM size
This emulated board has 128KB each of flash and SRAM. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
06c6b424b6
commit
ab1075f0d9
|
@ -3,6 +3,8 @@ name: QEMU Emulation for NIOS II
|
|||
type: qemu
|
||||
simulation: qemu
|
||||
arch: nios2
|
||||
ram: 128
|
||||
flash: 128
|
||||
toolchain:
|
||||
- zephyr
|
||||
- xtools
|
||||
|
|
Loading…
Reference in a new issue