commit | fb5d62a1b958aa3846bc78c5e519a0dfe570ecc0 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Thu Aug 23 12:46:16 2012 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Sep 27 09:49:59 2012 -0700 |
tree | eab094ae367b2c4364c2b2a72e6a739fbf9180f5 | |
parent | 31dfba430b07d54fda345f9fee6ce496df33a87c [diff] |
SPL: do not use fix value for u-boot size If an u-boot image is not found, SPL thinks to load a bare u-boot.bin image with a maximum size of 200KB. Use CONFIG_SYS_MONITOR_LEN instead. Signed-off-by: Stefan Roese <stefan.roese@gmail.com> Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Tom Rini <trini@ti.com>