From da1d09d91bf17beed2fedc2b0b4aff30d924fe98 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 26 Jun 2014 16:43:40 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index b7a8044e26..ce53ed2780 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7534,4 +7534,8 @@ * 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. + * apps/include/hex2bin.h: The hex2bin library did not build with + debug disabled (2014-6-26). + * configs/sama5d4-ek/dramboot and src/dram_main.c: Add a boot loader that + runs from ISRAM and loads an Intel HEX file into DRAM (2014-6-26).