From mboxrd@z Thu Jan 1 00:00:00 1970 From: J.Hwan Kim Date: Sun, 16 Sep 2012 08:40:34 +0900 Subject: [U-Boot] Limit of kernel size Message-ID: <505511F2.4030601@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, everyone Is there limitation of the kernel size which u-boot loads? My kernel is very big, because I included the ramdisk into the kernel. My kernel size is over 40MB. When I load the kernel through u-boot, the prcedure hangs in the boot step. The step is "Uncompressing Linux.... done, booting the kernel" Thanks in advance. Best Regards, J.Hwan Kim