Re: [U-Boot] Executing uboot from FLASH

2009-09-21 Thread Mike Breneman
, September 21, 2009 10:46 AM To: Mike Breneman Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Executing uboot from FLASH Dear Mike Breneman, In message you wrote: > > I am working with the AMCC PPC 405Ex. I will have very limited RAM > on my production board, thus I would like

Re: [U-Boot] Executing uboot from FLASH

2009-09-21 Thread Wolfgang Denk
Dear Mike Breneman, In message you wrote: > > I am working with the AMCC PPC 405Ex. I will have very limited RAM > on my production board, thus I would like u-boot to execute from How much is "very limited" ? If you want to use that board for any reasonable pourposes, which justify the use of

[U-Boot] Executing uboot from FLASH

2009-09-21 Thread Mike Breneman
Hello all, I am working with the AMCC PPC 405Ex. I will have very limited RAM on my production board, thus I would like u-boot to execute from FLASH rather than RAM. Has anyone else done this? I played with this a couple of days without much success. Is it do-able, without too much effort?