From dd7d6d269c1dd752672d28dee845039193d7f6ff Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 31 Mar 2015 12:16:43 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9aa527d733..ce177d40e6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10065,3 +10065,7 @@ and application driver test configuration. It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call (2015-03-31). + * configs/: Modify all configurations: Make sure that + CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. + Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are + better ways to do that operation (2015-03-31).