spl: remove dependency to "asm/utils.h"

Header file "asm/utils.h" is not required to compile "spl_ymodem.c".
So, removing this dependency allows other architectures to use this
booting device as "asm/utils.h" is only present in "arm" architecture.

Signed-off-by: Paulo Zaneti <paulo.zaneti@datacom.ind.br>
lime2-spi
Paulo Zaneti 6 years ago committed by Tom Rini
parent f1b20acb4a
commit 02db5488bc
  1. 1
      common/spl/spl_ymodem.c

@ -12,7 +12,6 @@
#include <spl.h>
#include <xyzModem.h>
#include <asm/u-boot.h>
#include <asm/utils.h>
#include <linux/libfdt.h>
#define BUF_SIZE 1024

Loading…
Cancel
Save