diff options
| author | Stefan Roese <sr@denx.de> | 2007-08-16 11:21:49 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2007-08-16 11:21:49 +0200 | 
| commit | 8fb6e80c06849e3013ac5c9350d8ed9e52967991 (patch) | |
| tree | 4f8b8b48b57ef63174cd3c9f913542dfdad098a8 /board/esd/common/auto_update.c | |
| parent | 9de469bd960cc1870bb40d6672ed42726b8b50d7 (diff) | |
| download | olio-uboot-2014.01-8fb6e80c06849e3013ac5c9350d8ed9e52967991.tar.xz olio-uboot-2014.01-8fb6e80c06849e3013ac5c9350d8ed9e52967991.zip | |
ppc4xx: Remove #warning in esd auto_update.c
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/common/auto_update.c')
| -rw-r--r-- | board/esd/common/auto_update.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/board/esd/common/auto_update.c b/board/esd/common/auto_update.c index 62f6c2043..c4a095787 100644 --- a/board/esd/common/auto_update.c +++ b/board/esd/common/auto_update.c @@ -24,10 +24,6 @@  #include <common.h> -#if defined(CONFIG_CMD_NAND) && !defined(CFG_NAND_LEGACY) -#warning CFG_NAND_LEGACY not defined in a file using the legacy NAND support! -#endif -  #include <command.h>  #include <image.h>  #include <asm/byteorder.h> |