Skip to content
Snippets Groups Projects
Commit d9631ecf authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix compiler warning

parent 709d8ec0
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
Changes for U-Boot 1.1.4:
======================================================================
* Fix compiler warning
* Fix FEC PHY addresses for TQM85xx boards
* Fix uninitialized variable problem in hush shell
......
......@@ -26,6 +26,9 @@
#include <common.h>
#include <watchdog.h>
#include <command.h>
#ifdef CONFIG_MODEM_SUPPORT
#include <malloc.h> /* for free() prototype */
#endif
#ifdef CFG_HUSH_PARSER
#include <hush.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment