mirror of
https://xff.cz/git/u-boot/
synced 2025-09-18 09:02:25 +02:00
Fix compiler warning
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
Changes for U-Boot 1.1.4:
|
Changes for U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Fix compiler warning
|
||||||
|
|
||||||
* Fix FEC PHY addresses for TQM85xx boards
|
* Fix FEC PHY addresses for TQM85xx boards
|
||||||
|
|
||||||
* Fix uninitialized variable problem in hush shell
|
* Fix uninitialized variable problem in hush shell
|
||||||
|
@@ -26,6 +26,9 @@
|
|||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <watchdog.h>
|
#include <watchdog.h>
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
|
#ifdef CONFIG_MODEM_SUPPORT
|
||||||
|
#include <malloc.h> /* for free() prototype */
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef CFG_HUSH_PARSER
|
#ifdef CFG_HUSH_PARSER
|
||||||
#include <hush.h>
|
#include <hush.h>
|
||||||
|
Reference in New Issue
Block a user