repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git]
/
arch
/
arm64
/
include
/
asm
/
boot.h
blob
81151b67b26bf61fd756540f5643d8b5ab6882c7
1
2
#ifndef __ASM_BOOT_H
3
#define __ASM_BOOT_H
4
5
#include <asm/sizes.h>
6
7
/*
8
* arm64 requires the DTB to be 8 byte aligned and
9
* not exceed 2MB in size.
10
*/
11
#define MIN_FDT_ALIGN 8
12
#define MAX_FDT_SIZE SZ_2M
13
14
#endif