forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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