forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/powerpc/boot/zImage.lds.S
....@@ -68,6 +68,14 @@
6868 _initrd_end = .;
6969 }
7070
71
+ . = ALIGN(4096);
72
+ .kernel:esm_blob :
73
+ {
74
+ _esm_blob_start = .;
75
+ *(.kernel:esm_blob)
76
+ _esm_blob_end = .;
77
+ }
78
+
7179 #ifdef CONFIG_PPC64_BOOT_WRAPPER
7280 . = ALIGN(256);
7381 .got :