diff options
Diffstat (limited to 'common/image.c')
| -rw-r--r-- | common/image.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/common/image.c b/common/image.c index e93b6e89c..69e888c5d 100644 --- a/common/image.c +++ b/common/image.c @@ -416,12 +416,6 @@ static const image_header_t *image_get_ramdisk(ulong rd_addr, uint8_t arch,  /* Shared dual-format routines */  /*****************************************************************************/  #ifndef USE_HOSTCC -int getenv_yesno(char *var) -{ -	char *s = getenv(var); -	return (s && (*s == 'n')) ? 0 : 1; -} -  ulong getenv_bootm_low(void)  {  	char *s = getenv("bootm_low"); |