Home
last modified time | relevance | path

Searched refs:_fdt_start (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/microblaze/kernel/
Dvmlinux.lds.S45 _fdt_start = . ; /* place for fdt blob */ symbol
47 . = _fdt_start + 0x4000; /* Pad up to 16kbyte */
Dsetup.c137 early_init_devtree((void *)_fdt_start); in machine_early_init()
148 (unsigned int)_fdt_start); in machine_early_init()
Dhead.S98 ori r4, r0, TOPHYS(_fdt_start)
/linux-2.6.39/arch/microblaze/include/asm/
Dsections.h25 extern u32 _fdt_start[], _fdt_end[];
/linux-2.6.39/arch/microblaze/boot/
DMakefile36 -K _fdt_start vmlinux -o $@