Shawn Guo fa34f6b25b common/image.c: align usage of fdt_high with initrd_high
The commit message of a28afca (Add uboot "fdt_high" enviroment variable)
states that fdt_high behaves similarly to the existing initrd_high.
But fdt_high actually has an outstanding difference from initrd_high.
The former specifies the start address, while the later specifies the
end address.

As fdt_high and initrd_high will likely be used together, it'd be nice
to have them behave same.  The patch changes the behavior of fdt_high
to have it aligned with initrd_high.

The document of fdt_high in README is updated with an example to
demonstrate the usage of this environment variable.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Simon Glass <sjg@chromium.org>
2012-02-27 21:19:24 +01:00
..
2011-10-22 01:22:21 +02:00
2012-02-14 11:02:46 -07:00
2011-10-26 21:33:42 +02:00
2011-10-27 21:56:30 +02:00
2011-10-09 23:24:48 +02:00
2011-10-01 23:34:21 +02:00
2011-10-22 01:13:35 +02:00
2011-12-07 08:41:22 +01:00
2011-10-22 01:13:35 +02:00
2011-12-10 17:54:04 -05:00
2011-12-05 22:48:10 +01:00
2011-10-26 21:33:42 +02:00
2011-12-11 14:40:38 +01:00