mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
Fix compiler warning
This commit is contained in:
parent
709d8ec0d8
commit
d9631ecf52
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue