summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-16 10:13:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-16 10:13:20 -0600
commit41bc327c19c9b05329ccd00b8b5c650e698c2a00 (patch)
tree9be023c242dd1bb5e5a4a5f96569ca1c4219f0e2 /nuttx/ChangeLog
parent623428fbcb4d5ab9d3fb347c88b8c1aa30df4077 (diff)
downloadnuttx-41bc327c19c9b05329ccd00b8b5c650e698c2a00.tar.gz
nuttx-41bc327c19c9b05329ccd00b8b5c650e698c2a00.tar.bz2
nuttx-41bc327c19c9b05329ccd00b8b5c650e698c2a00.zip
Back out last change to configs/Kconfig. It has some bad side-effects
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cd27bb9af..2b8e8742c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6472,4 +6472,8 @@
specified. The default need not be used. This is really only
useful when CONFIG_ARCH_BOARD_CUSTOM is selected and there is no
meaningful default sub-directory (2014-1-16).
+ * configs/Kconfig: Backed out the previous change for two reasons:
+ (1) it has a bad side effect in that the sub-directory setting
+ no longer tracks the board setting, and (2) you still can't
+ source the Kconfig file from the custom board directory (2014-1-16).