diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2018-06-13 14:27:38 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-06-27 14:59:17 +1000 |
commit | 735358bcf4e9219f14c01f0bf251f860ebabffae (patch) | |
tree | f0b8f100dfa254f95f4e83061763a1b84bebdc30 | |
parent | 543352ac21093d351943d895caf4e7e55f947553 (diff) |
zephyr/prj_qemu_x86.conf: Remove outdated CONFIG_RAM_SIZE.
Target RAM size is no longer set using Kconfig options, but instead using
DTS (device tree config). Fortunately, the default is now set to a high
value, so we don't need to use DTS fixup.
-rw-r--r-- | ports/zephyr/prj_qemu_x86.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/zephyr/prj_qemu_x86.conf b/ports/zephyr/prj_qemu_x86.conf index 9bc81259a..1ade981e2 100644 --- a/ports/zephyr/prj_qemu_x86.conf +++ b/ports/zephyr/prj_qemu_x86.conf @@ -5,6 +5,3 @@ CONFIG_CONSOLE_PULL=n # Networking drivers # SLIP driver for QEMU CONFIG_NET_SLIP_TAP=y - -# Default RAM easily overflows with uPy and networking -CONFIG_RAM_SIZE=320 |