commit | 5d5ce299fac7d095ad3e1c942bc04a80dba0a0a6 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Mar 13 11:16:36 2006 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Mar 13 11:16:36 2006 +0100 |
tree | d0bc12d3c0e2891785d65a7e2805be77147bb7f9 | |
parent | c6d5878e4814a351284e36aa78862e4adf8ee5ac [diff] |
Change max size of uncompressed uImage's to 8MByte and add CFG_BOOTM_LEN to adjust this setting. As mentioned by Robin Getz on 2005-05-24 the size of uncompressed uImages was restricted to 4MBytes. This default size is now increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN in the board config file. Patch by Stefan Roese, 13 Mar 2006