mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-31 03:21:27 +02:00
arm: tegra20: bct: add missing <vsprintf.h>
Fixes implicit declaration of function 'hextoul' Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
parent
89e5c9a167
commit
bd356e05cd
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
#include <command.h>
|
#include <command.h>
|
||||||
#include <log.h>
|
#include <log.h>
|
||||||
|
#include <vsprintf.h>
|
||||||
#include <asm/arch-tegra/crypto.h>
|
#include <asm/arch-tegra/crypto.h>
|
||||||
#include "bct.h"
|
#include "bct.h"
|
||||||
#include "uboot_aes.h"
|
#include "uboot_aes.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user