From 2ede6c43a73972acd645ea949145dda5c15a2a94 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 4ad9ba9532..199e6c5dce 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 #