From 09f846a56dda38f1a1ce7e92f4f387d4851ce32b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 21 Jul 2014 18:44:19 -0600 Subject: [PATCH] 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 --- configs/sim/configdata/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sim/configdata/defconfig b/configs/sim/configdata/defconfig index 4ad9ba95329..199e6c5dce6 100644 --- a/configs/sim/configdata/defconfig +++ b/configs/sim/configdata/defconfig @@ -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 #