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 2491fe4ac0
commit 09f846a56d
+1 -1
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
#