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.
pull/3882/merge
Paul Sokolovsky 2018-06-13 14:27:38 +02:00 zatwierdzone przez Damien George
rodzic 543352ac21
commit 735358bcf4
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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