/* * Linker script that embeds an empty root filesystem. * This is to be replaced by a real rootfs image later. */ SECTIONS { . = %s; .bss : { *(.bss) } }