
Dear Simon Glass,
In message 1320538012-23726-1-git-send-email-sglass@bluewatersys.com you wrote:
Snapper 9G45 is a ARM9-based CPU module with 1GB NAND and 128MB DDR SDRAM. This patch includes NAND and Ethernet support.
Signed-off-by: Simon Glass sglass@bluewatersys.com
Changes in v2:
- Removed unneeded i2c config
- Added machine type define
Changes in v3:
- Use CONFIG_MACH_TYPE instead of custom code
- Reduce PHY reset delay to minimum required
board/bluewater/snapper9g45/Makefile | 43 +++++++ board/bluewater/snapper9g45/snapper9g45.c | 152 +++++++++++++++++++++++ boards.cfg | 1 + include/configs/snapper9g45.h | 185 +++++++++++++++++++++++++++++ 4 files changed, 381 insertions(+), 0 deletions(-) create mode 100644 board/bluewater/snapper9g45/Makefile create mode 100644 board/bluewater/snapper9g45/snapper9g45.c create mode 100644 include/configs/snapper9g45.h
Entry to MAINTAINERS missing.
+#define CONFIG_BOOTARGS "console=ttyS0,115200 ip=any"
"ip=any" is not a valid parameter to pass to the IP autoconfiguration.
Best regards,
Wolfgang Denk