From: Paulo Zaneti Date: Tue, 17 Jul 2018 19:15:46 +0000 (-0300) Subject: spl: remove dependency to "asm/utils.h" X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=02db5488bc84164dd9b811b6f48fccafe644834b;p=u-boot.git 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 --- 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 #include #include -#include #include #define BUF_SIZE 1024