
19 Apr
2011
19 Apr
'11
3:58 p.m.
Board support for the DIG297 board manufactured by Comelit Group SpA. It is a custom board based on the BeagleBoard http://beagleboard.org/ by Texas Instruments.
The board support is based on the BeagleBoard implementation.
Signed-off-by: Luca Ceresoli luca.ceresoli@comelit.it Cc: Wolfgang Denk wd@denx.de Cc: Albert Aribaud albert.aribaud@free.fr Cc: Sandeep Paulraj s-paulraj@ti.com
Changes in v2:
- renamed board from CPS to DIG297;
- fixed all (relevant) issues raised by checkpatch.pl;
- removed config.mk from board dir;
- fixed coding style;
- minor cleanups.
Changes in v3: none.
Changes in v4:
- MAKEALL: keep it sorted alphabetically;
- Fixed multiline comments;
- Use enable_gpmc_cs_config() to initialize GPMC for the LAN chip;
- Remove useless #ifdef CONFIG_SMC911X;
- Fixed english translation;
- Removed "ro" flag from mtdparts;
- Updated prompt to board name ("DIG297# ").
I'll apply this after you resend the patch
ARMV7: OMAP3: Cleanup extern variables in mem.c
--Sandeep