mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
arch: arm: Fix SZ_64K undeclared compilation error
Macro SZ_64K is undeclared. Include sizes.h to fix the compilation error. Signed-off-by: Wasim Khan <wasim.khan@nxp.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <asm/gic.h>
|
||||
#include <asm/gic-v3.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/sizes.h>
|
||||
|
||||
static u32 lpi_id_bits;
|
||||
|
||||
|
Reference in New Issue
Block a user