zephyr/boards/x86/qemu_x86
Andrzej Puzdrowski 5a3f106be3 boards/qemu_x86: fix emulated program memory size
Qemu_x86 didn't reflect emulated program memory size.
It was because chosen zephyr,flash was assigned to flash_simulator
which was helping to generate DT_FLASH properties for sim_flash node.

This change revert choice of flash0 which solve problem with
program memory size. Flash simulator have to use
DT_SOC_NV_FLASH_xxx labels for fetch its property since that.

fixes #15832

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-07-17 13:49:26 -07:00
..
doc
board.cmake boards: allow cmake-time overrides of all runners 2019-06-07 13:43:51 +02:00
dts_fixup.h boards/qemu_x86: fix emulated program memory size 2019-07-17 13:49:26 -07:00
Kconfig.board boards: qemu_x86: properly enable XIP 2019-05-03 22:38:22 -04:00
Kconfig.defconfig drivers: flash: simulator Kconfig cleanup 2019-04-26 04:04:19 -07:00
qemu_x86_coverage_defconfig arch/x86/Kconfig: remove CONFIG_IA32_LEGACY_IO_PORTS 2019-06-14 05:49:13 -04:00
qemu_x86_coverage.dts x86: add qemu_x86_coverage target 2019-06-06 09:29:12 -07:00
qemu_x86_coverage.yaml x86: add qemu_x86_coverage target 2019-06-06 09:29:12 -07:00
qemu_x86_defconfig arch/x86/Kconfig: remove CONFIG_IA32_LEGACY_IO_PORTS 2019-06-14 05:49:13 -04:00
qemu_x86_iamcu_defconfig arch/x86/Kconfig: remove CONFIG_IA32_LEGACY_IO_PORTS 2019-06-14 05:49:13 -04:00
qemu_x86_iamcu.dts
qemu_x86_iamcu.yaml
qemu_x86_nommu_defconfig arch/x86/Kconfig: remove CONFIG_IA32_LEGACY_IO_PORTS 2019-06-14 05:49:13 -04:00
qemu_x86_nommu.dts
qemu_x86_nommu.yaml
qemu_x86.dts boards/qemu_x86: fix emulated program memory size 2019-07-17 13:49:26 -07:00
qemu_x86.yaml