From 3a1a8da19cf72c7a82d9d79b2b606c938784d312 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 26 Jun 2014 14:46:12 -0600 Subject: [PATCH] Update changelog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 504fe6ddb8..b7a8044e26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7531,4 +7531,7 @@ * arch/arm/src/sama5: Add logic to redirect all SAMA5D4 interrupts to the AIC (2014-6-26). * net/route: Move routing table functions to net/route (2014-6-26). + * net/utils: Move some files into net/utils (2014-6-26). + * net/: Repartition initialization logic so that net/uip is at the bottom + of the food chain, instead of at the top.