commit | de99725179f8a05b904eae83f6246d3ba35bed5e | [log] [tgz] |
---|---|---|
author | Pavel Machek <pavel@denx.de> | Thu Aug 30 22:42:11 2012 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Sep 27 11:20:28 2012 -0700 |
tree | 1d4ecfd2fed252ebec11770488ade3c57217a797 | |
parent | 79178463560e3dee7165c13864591f2d8f3eca2b [diff] [blame] |
SPL: Add support for loading image from ram in SPL. Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Tom Rini <trini@ti.com>
diff --git a/README b/README index c5e6a1a..a745d0b 100644 --- a/README +++ b/README
@@ -2669,6 +2669,9 @@ CONFIG_SPL_SPI_SUPPORT Support for drivers/spi/libspi.o in SPL binary + CONFIG_SPL_RAM_DEVICE + Support for running image already present in ram, in SPL binary + CONFIG_SPL_LIBGENERIC_SUPPORT Support for lib/libgeneric.o in SPL binary