summaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorPaulo Zaneti <paulo.zaneti@datacom.ind.br>2018-07-17 16:15:46 -0300
committerTom Rini <trini@konsulko.com>2018-07-24 09:25:23 -0400
commit02db5488bc84164dd9b811b6f48fccafe644834b (patch)
treea81ed41505fb4e81c3c6b8faa369157d3142c362 /common/spl
parentf1b20acb4a03fc6ef5ebff18293287506348955d (diff)
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>
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/spl_ymodem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/spl/spl_ymodem.c b/common/spl/spl_ymodem.c
index 35f8f80013..3b1bd71bda 100644
--- a/common/spl/spl_ymodem.c
+++ b/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