]> Git Repo - J-u-boot.git/blob - arch/u-boot-elf.lds
arm: dts: k3-am642-phycore-som-binman: Provide capsule nodes
[J-u-boot.git] / arch / u-boot-elf.lds
1 ENTRY(CONFIG_PLATFORM_ELFENTRY)
2 SECTIONS
3 {
4         . = CONFIG_PLATFORM_ELFENTRY;
5
6         .data : {
7                 *(.data*)
8         }
9 }
This page took 0.024326 seconds and 4 git commands to generate.