From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Thu, 08 Sep 2005 08:00:31 +0200 Subject: [U-Boot-Users] Re: booting u-boot from internal flash on M5282EVB In-Reply-To: <4407sf$9775ap@mxip24a.cluster1.charter.net> References: <4407sf$9775ap@mxip24a.cluster1.charter.net> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello > I'm trying to start the evb as if there wasn't any external ram or flash. > We have a project coming up that needs to run the 5282 in single-chip mode. U-boot needs more RAM than 64K. Why? U-Boot copies itself to RAM and starts this ram copy. Regards Jens