Re: [U-Boot] [PATCH v5] ARM DaVinci Adding DM357 Support

2009-05-10 Thread David Brownell
Minor nit: for consistency with "dvevm" and "dm355evm", I suggest removing the underscore from "dm357_evm" in the directory name. > --- /dev/null > +++ b/include/configs/davinci_dm357_evm.h > @@ -0,0 +1,155 @@ > +... > + > +#ifndef __CONFIG_H > +#define __CONFIG_H > +#include > +#include Brea

[U-Boot] [PATCH v5] ARM DaVinci Adding DM357 Support

2009-05-09 Thread s-paulraj
Patch adds Support for DaVinci DM357. It boots of a small page NAND on the EVM. It does not have NOR support. This patch has been tested on the DM357 EVM. The patch does not have Ethernet Support yet. Ethernet Support will be added soon Signed-off-by: Sandeep Paulraj --- Makefile