Remove unneeded #include <malloc.h>
Patch by Ladislav Michl, 22 Feb 2005
This commit is contained in:
parent
b66eb5282d
commit
31466294b0
|
@ -2,6 +2,9 @@
|
||||||
Changes for U-Boot 1.1.4:
|
Changes for U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Remove unneeded #include <malloc.h>
|
||||||
|
Patch by Ladislav Michl, 22 Feb 2005
|
||||||
|
|
||||||
* Add cramfs support for m68k
|
* Add cramfs support for m68k
|
||||||
Patch by Zachary Landau, 21 Feb 2005
|
Patch by Zachary Landau, 21 Feb 2005
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <environment.h>
|
#include <environment.h>
|
||||||
#include <linux/stddef.h>
|
#include <linux/stddef.h>
|
||||||
#include <malloc.h>
|
|
||||||
#include <dataflash.h>
|
#include <dataflash.h>
|
||||||
|
|
||||||
env_t *env_ptr = NULL;
|
env_t *env_ptr = NULL;
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <environment.h>
|
#include <environment.h>
|
||||||
#include <linux/stddef.h>
|
#include <linux/stddef.h>
|
||||||
#include <malloc.h>
|
|
||||||
|
|
||||||
env_t *env_ptr = NULL;
|
env_t *env_ptr = NULL;
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <environment.h>
|
#include <environment.h>
|
||||||
#include <linux/stddef.h>
|
#include <linux/stddef.h>
|
||||||
#include <malloc.h>
|
|
||||||
#include <linux/mtd/nand.h>
|
#include <linux/mtd/nand.h>
|
||||||
|
|
||||||
#if ((CONFIG_COMMANDS&(CFG_CMD_ENV|CFG_CMD_NAND)) == (CFG_CMD_ENV|CFG_CMD_NAND))
|
#if ((CONFIG_COMMANDS&(CFG_CMD_ENV|CFG_CMD_NAND)) == (CFG_CMD_ENV|CFG_CMD_NAND))
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <environment.h>
|
#include <environment.h>
|
||||||
#include <linux/stddef.h>
|
#include <linux/stddef.h>
|
||||||
#include <malloc.h>
|
|
||||||
|
|
||||||
env_t *env_ptr = NULL;
|
env_t *env_ptr = NULL;
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <environment.h>
|
#include <environment.h>
|
||||||
#include <linux/stddef.h>
|
#include <linux/stddef.h>
|
||||||
#include <malloc.h>
|
|
||||||
|
|
||||||
#ifdef CFG_NVRAM_ACCESS_ROUTINE
|
#ifdef CFG_NVRAM_ACCESS_ROUTINE
|
||||||
extern void *nvram_read(void *dest, const long src, size_t count);
|
extern void *nvram_read(void *dest, const long src, size_t count);
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <watchdog.h>
|
#include <watchdog.h>
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <malloc.h>
|
|
||||||
|
|
||||||
#ifdef CFG_HUSH_PARSER
|
#ifdef CFG_HUSH_PARSER
|
||||||
#include <hush.h>
|
#include <hush.h>
|
||||||
|
|
Loading…
Reference in New Issue