forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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 :