git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89e5c9a
)
arm: tegra20: bct: add missing <vsprintf.h>
author
Svyatoslav Ryhel
<clamor95@gmail.com>
Fri, 5 Jul 2024 07:16:48 +0000
(10:16 +0300)
committer
Svyatoslav Ryhel
<clamor95@gmail.com>
Fri, 5 Jul 2024 07:16:52 +0000
(10:16 +0300)
Fixes implicit declaration of function 'hextoul'
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/mach-tegra/tegra20/bct.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/tegra20/bct.c
b/arch/arm/mach-tegra/tegra20/bct.c
index
e155b98
..
b647b6b
100644
(file)
--- a/
arch/arm/mach-tegra/tegra20/bct.c
+++ b/
arch/arm/mach-tegra/tegra20/bct.c
@@
-6,6
+6,7
@@
#include <command.h>
#include <log.h>
+#include <vsprintf.h>
#include <asm/arch-tegra/crypto.h>
#include "bct.h"
#include "uboot_aes.h"