From 2edfc33804e994b70d80191fbeecbb71b3e93bc5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 1 Dec 2012 18:04:10 +0000 Subject: [PATCH] Correct some errors in lib_rand.c from last check-in git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5405 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sim/nx11/defconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configs/sim/nx11/defconfig b/configs/sim/nx11/defconfig index 46b5cb41478..0ac3362be2d 100644 --- a/configs/sim/nx11/defconfig +++ b/configs/sim/nx11/defconfig @@ -319,11 +319,3 @@ CONFIG_PTHREAD_STACK_MIN=256 CONFIG_PTHREAD_STACK_DEFAULT=8192 CONFIG_HEAP_BASE= CONFIG_HEAP_SIZE= - -# -# Maintain legacy build behavior (revisit) -# - -CONFIG_MMCSD=y -CONFIG_MMCSD_SPI=y -CONFIG_MMCSD_SDIO=y