]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
Xilinx: ARM: Added fixed address device tree option
authorJohn Linn <john.linn@xilinx.com>
Thu, 10 Mar 2011 23:31:41 +0000 (16:31 -0700)
committerJohn Linn <john.linn@xilinx.com>
Thu, 10 Mar 2011 23:31:41 +0000 (16:31 -0700)
commitd0a78517af8c479d74fc99034dc3d88e0fa7240a
tree89e3e81d43b86f995577b4cac2ce096e87f4146f
parent362a9626cacfbb1c4ae58926548346710a54d3ba
Xilinx: ARM: Added fixed address device tree option

This adds an option, that is default to on, to cause the kernel
to expect the device tree at a fixed address, 0x1000000, in memory.
This enables the go command in u-boot to be used rather than
bootm as bootm is pretty slow on the emulation platform.

This option must be turned off in the kernel configuration to
use the bootm command as it ignores R2 if it's on.
arch/arm/kernel/head.S
arch/arm/mach-xilinx/Kconfig