hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/arm64/include/asm/boot.h
....@@ -3,7 +3,7 @@
33 #ifndef __ASM_BOOT_H
44 #define __ASM_BOOT_H
55
6
-#include <asm/sizes.h>
6
+#include <linux/sizes.h>
77
88 /*
99 * arm64 requires the DTB to be 8 byte aligned and
....@@ -13,8 +13,7 @@
1313 #define MAX_FDT_SIZE SZ_2M
1414
1515 /*
16
- * arm64 requires the kernel image to placed
17
- * TEXT_OFFSET bytes beyond a 2 MB aligned base
16
+ * arm64 requires the kernel image to placed at a 2 MB aligned base address
1817 */
1918 #define MIN_KIMG_ALIGN SZ_2M
2019