
On Thu, Apr 03, 2014 at 06:19:19PM -0500, Nishanth Menon wrote:
A series of patches to add in ethernet and bootz support.
baseline: v2014.04-rc3
Nishanth Menon (7): omap3: zoom1: enable CONFIG_SYS_GENERIC_BOARD OMAP3: zoom1: Configure GPMC for Ethernet OMAP3: zoom1: enable LAN9211 omap3: zoom1: enable common network commands omap3: zoom1: disable JFFS2 and enable FS_GENERIC omap3: zoom1: enable bootz omap3: zoom1: fix default console
board/logicpd/zoom1/zoom1.c | 38 ++++++++++++++++++++++++++++-- board/logicpd/zoom1/zoom1.h | 19 ++++++++++----- include/configs/omap3_zoom1.h | 52 ++++++++++++++++++++++++++++++-----------
Can you switch over to include/configs/ti_omap3_common.h as well? I suspect you'll need some of the patches I posted for omap3_evm to do so tho. Thanks!