projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1b20ac
)
spl: remove dependency to "asm/utils.h"
author
Paulo Zaneti
<
[email protected]
>
Tue, 17 Jul 2018 19:15:46 +0000
(16:15 -0300)
committer
Tom Rini
<
[email protected]
>
Tue, 24 Jul 2018 13:25:23 +0000
(09:25 -0400)
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 <
[email protected]
>
common/spl/spl_ymodem.c
patch
|
blob
|
history
diff --git
a/common/spl/spl_ymodem.c
b/common/spl/spl_ymodem.c
index 35f8f80013a8b02821c22bd95eb1cd32c0d45aae..3b1bd71bda0cdc0ca3c30ed5204e5708d882e9b7 100644
(file)
--- 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