Make sure that all sim configurations have CONFIG_SIM_M32 undefined. That is probably the wrong default setting, but we need to be consistent above all

This commit is contained in:
Gregory Nutt 2014-07-21 18:44:19 -06:00
parent f3763c9501
commit 2ede6c43a7

View File

@ -85,7 +85,7 @@ CONFIG_ARCH="sim"
#
# Simulation Configuration Options
#
CONFIG_SIM_M32=y
# CONFIG_SIM_M32 is not set
# CONFIG_SIM_WALLTIME is not set
#