From 566f0495d8401cdaf7fc8bc69bb32fe5a19b2e0e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 20 Sep 2014 16:19:06 -0600 Subject: Changes to get an NxWM configuration building correctly after all of the naming changes --- nuttx/configs/sama5d4-ek/nxwm/defconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nuttx/configs/sama5d4-ek/nxwm') diff --git a/nuttx/configs/sama5d4-ek/nxwm/defconfig b/nuttx/configs/sama5d4-ek/nxwm/defconfig index 31a7209ba..c7eca5968 100644 --- a/nuttx/configs/sama5d4-ek/nxwm/defconfig +++ b/nuttx/configs/sama5d4-ek/nxwm/defconfig @@ -417,6 +417,7 @@ CONFIG_NSH_MMCSDSLOTNO=0 # Board-Specific Options # CONFIG_SAMA5D4_MB_REVC=y +# CONFIG_SAMA5D4_MB_REVE is not set # CONFIG_SAMA5D4EK_384MHZ is not set # CONFIG_SAMA5D4EK_396MHZ is not set CONFIG_SAMA5D4EK_528MHZ=y @@ -427,6 +428,7 @@ CONFIG_SAMA5D4EK_HSMCI0_AUTOMOUNT_BLKDEV="/dev/mmcsd0" CONFIG_SAMA5D4EK_HSMCI0_AUTOMOUNT_MOUNTPOINT="/mnt/sdcard" CONFIG_SAMA5D4EK_HSMCI0_AUTOMOUNT_DDELAY=1000 CONFIG_SAMA5D4EK_HSMCI0_AUTOMOUNT_UDELAY=2000 +# CONFIG_SAMA5D4EK_ROMFS_MOUNT is not set CONFIG_SAMA5D4EK_MXT_I2CFREQUENCY=400000 CONFIG_SAMA5D4EK_MXT_DEVMINOR=0 # CONFIG_SAMA5D4EK_SLOWCLOCK is not set @@ -458,6 +460,9 @@ CONFIG_PREALLOC_TIMERS=4 # # Tasks and Scheduling # +# CONFIG_INIT_NONE is not set +CONFIG_INIT_ENTRYPOINT=y +# CONFIG_INIT_FILEPATH is not set CONFIG_USER_ENTRYPOINT="nxwm_main" CONFIG_RR_INTERVAL=200 CONFIG_TASK_NAME_SIZE=32 -- cgit v1.2.3