summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-09 06:09:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-09 06:09:03 -0600
commit66437530e0be2dbef371f994f7983ff529d6e77b (patch)
treeedeba3feb6c4fa3b24aff5d9b10fe41fbe971b49 /nuttx/configs/sama5d4-ek
parentdf9d928f7ba7c2784a1864d1be0e1f234a3d9c73 (diff)
downloadpx4-nuttx-66437530e0be2dbef371f994f7983ff529d6e77b.tar.gz
px4-nuttx-66437530e0be2dbef371f994f7983ff529d6e77b.tar.bz2
px4-nuttx-66437530e0be2dbef371f994f7983ff529d6e77b.zip
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
Diffstat (limited to 'nuttx/configs/sama5d4-ek')
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt1
-rw-r--r--nuttx/configs/sama5d4-ek/at25boot/defconfig2
-rw-r--r--nuttx/configs/sama5d4-ek/dramboot/defconfig2
-rw-r--r--nuttx/configs/sama5d4-ek/elf/defconfig2
-rw-r--r--nuttx/configs/sama5d4-ek/knsh/defconfig2
-rw-r--r--nuttx/configs/sama5d4-ek/knsh/defconfig.ROMFS1
-rw-r--r--nuttx/configs/sama5d4-ek/nsh/defconfig2
-rw-r--r--nuttx/configs/sama5d4-ek/nxwm/defconfig2
-rw-r--r--nuttx/configs/sama5d4-ek/ramtest/defconfig2
9 files changed, 7 insertions, 9 deletions
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index 9419cc6a5..7cc2a7c47 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -4040,7 +4040,6 @@ Configurations
configuration settings are summarized below:
File System:
- CONFIG_SYSLOG_ENABLE=n : (Output debug info unconditionally)
CONFIG_SYSLOG=y : Enables the System Logging feature.
Device Drivers:
diff --git a/nuttx/configs/sama5d4-ek/at25boot/defconfig b/nuttx/configs/sama5d4-ek/at25boot/defconfig
index fce71bab0..d9d4fbffb 100644
--- a/nuttx/configs/sama5d4-ek/at25boot/defconfig
+++ b/nuttx/configs/sama5d4-ek/at25boot/defconfig
@@ -597,7 +597,7 @@ CONFIG_FAT_MAXFNAME=32
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/sama5d4-ek/dramboot/defconfig b/nuttx/configs/sama5d4-ek/dramboot/defconfig
index 119f68b8e..d3bd81027 100644
--- a/nuttx/configs/sama5d4-ek/dramboot/defconfig
+++ b/nuttx/configs/sama5d4-ek/dramboot/defconfig
@@ -560,7 +560,7 @@ CONFIG_FAT_MAXFNAME=32
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/sama5d4-ek/elf/defconfig b/nuttx/configs/sama5d4-ek/elf/defconfig
index 2d1c8a88d..afdc7f625 100644
--- a/nuttx/configs/sama5d4-ek/elf/defconfig
+++ b/nuttx/configs/sama5d4-ek/elf/defconfig
@@ -593,7 +593,7 @@ CONFIG_FS_ROMFS=y
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/sama5d4-ek/knsh/defconfig b/nuttx/configs/sama5d4-ek/knsh/defconfig
index ef6b87433..de96c570c 100644
--- a/nuttx/configs/sama5d4-ek/knsh/defconfig
+++ b/nuttx/configs/sama5d4-ek/knsh/defconfig
@@ -627,7 +627,7 @@ CONFIG_FS_ROMFS=y
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/sama5d4-ek/knsh/defconfig.ROMFS b/nuttx/configs/sama5d4-ek/knsh/defconfig.ROMFS
index a04ef02cb..11e2b684b 100644
--- a/nuttx/configs/sama5d4-ek/knsh/defconfig.ROMFS
+++ b/nuttx/configs/sama5d4-ek/knsh/defconfig.ROMFS
@@ -595,7 +595,6 @@ CONFIG_FS_ROMFS=y
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
# CONFIG_SYSLOG is not set
#
diff --git a/nuttx/configs/sama5d4-ek/nsh/defconfig b/nuttx/configs/sama5d4-ek/nsh/defconfig
index b5d0f3ae5..71fd5156f 100644
--- a/nuttx/configs/sama5d4-ek/nsh/defconfig
+++ b/nuttx/configs/sama5d4-ek/nsh/defconfig
@@ -893,7 +893,7 @@ CONFIG_FS_PROCFS=y
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
CONFIG_SYSLOG=y
# CONFIG_SYSLOG_CHAR is not set
diff --git a/nuttx/configs/sama5d4-ek/nxwm/defconfig b/nuttx/configs/sama5d4-ek/nxwm/defconfig
index c7eca5968..0cb78f220 100644
--- a/nuttx/configs/sama5d4-ek/nxwm/defconfig
+++ b/nuttx/configs/sama5d4-ek/nxwm/defconfig
@@ -862,7 +862,7 @@ CONFIG_FS_PROCFS=y
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
CONFIG_SYSLOG=y
# CONFIG_SYSLOG_CHAR is not set
diff --git a/nuttx/configs/sama5d4-ek/ramtest/defconfig b/nuttx/configs/sama5d4-ek/ramtest/defconfig
index ae54f1b74..bf5e9e2b3 100644
--- a/nuttx/configs/sama5d4-ek/ramtest/defconfig
+++ b/nuttx/configs/sama5d4-ek/ramtest/defconfig
@@ -560,7 +560,7 @@ CONFIG_FAT_MAXFNAME=32
#
# System Logging
#
-# CONFIG_SYSLOG_ENABLE is not set
+
# CONFIG_SYSLOG is not set
#