]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: tegra20: bct: add missing <vsprintf.h>
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 5 Jul 2024 07:16:48 +0000 (10:16 +0300)
committerSvyatoslav 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

index e155b98cf65545b78ea383fa4422290df755ce57..b647b6b26d2a7c7282f87f8819824e6547495b56 100644 (file)
@@ -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"