projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f8542
)
fsl-mc: Add prototype for bd_info
author
Tom Rini
<trini@konsulko.com>
Wed, 1 Nov 2023 16:28:18 +0000
(12:28 -0400)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000
(14:50 -0500)
As the functions fsl_mc_ldpaa_init/fsl_mc_ldpaa_exit take a bd_info as
an argument, add a struct bd_info to this header file rather than add
<asm/u-boot.h> to the overall chain.
Signed-off-by: Tom Rini <trini@konsulko.com>
include/fsl-mc/fsl_mc.h
patch
|
blob
|
history
diff --git
a/include/fsl-mc/fsl_mc.h
b/include/fsl-mc/fsl_mc.h
index 258738dfc8c263333f890dccde5a5b2b65615503..de2bba93ecf4cbec60a0f943376fa98b06aab881 100644
(file)
--- a/
include/fsl-mc/fsl_mc.h
+++ b/
include/fsl-mc/fsl_mc.h
@@
-10,6
+10,8
@@
#include <common.h>
#include <linux/bitops.h>
+struct bd_info;
+
#define MC_CCSR_BASE_ADDR \
((struct mc_ccsr_registers __iomem *)0x8340000)