kernel/arch/powerpc/boot/zImage.lds.S
.. .. @@ -68,6 +68,14 @@ 68 68 _initrd_end = .; 69 69 } 70 70 71 + . = ALIGN(4096);72 + .kernel:esm_blob :73 + {74 + _esm_blob_start = .;75 + *(.kernel:esm_blob)76 + _esm_blob_end = .;77 + }78 +71 79 #ifdef CONFIG_PPC64_BOOT_WRAPPER 72 80 . = ALIGN(256); 73 81 .got :