Re: [uboot PATCH] Add uboot "fdt_high" enviroment variable

2011-07-08 Thread Wolfgang Denk
Dear "David A. Long", In message <20110708175540.2334.92924.stgit@dave-Dell-System-XPS-L502X> you wrote: > From: David A. Long > > Add a new "fdt_high" enviroment variable. This can be used to control (or > prevent) the > relocation of the flattened device tree on boot. It can be used to preve

[uboot PATCH] Add uboot "fdt_high" enviroment variable

2011-07-08 Thread David A. Long
From: David A. Long Add a new "fdt_high" enviroment variable. This can be used to control (or prevent) the relocation of the flattened device tree on boot. It can be used to prevent relocation of the fdt into highmem. The variable behaves similarly to the existing "initrd_high" variable. Sig