On Thu, Aug 02, 2012 at 11:23:29PM -0600, Stephen Warren wrote:

> The Raspberry Pi model B uses the BCM2835 SoC, has 256MB of RAM,
> contains an SMSC 9512 USB LAN/Hub chip, and various IO connectors.
> For more details, see http://www.raspberrypi.org/.
> 
> Various portions (cache enable, MACH_TYPE setup, RAM size limit, stack
> relocation to top of RAM) extracted from work by:
> Oleksandr Tymoshenko <[email protected]>.
> 
> GPIO driver enablement by Vikram Narayanan <[email protected]>.
> 
> Signed-off-by: Stephen Warren <[email protected]>

Thanks for going over and squashing things down.  But..

[snip]
> +++ b/include/configs/rpi_b.h
[snip]
> +#define CONFIG_SYS_BAUDRATE_TABLE    { 9600, 19200, 38400, 57600, 115200 }
[snip]
> +#define CONFIG_SYS_PROMPT_HUSH_PS2   "> "

Are still both redundant.

-- 
Tom
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to