[U-Boot] [PATCH v2 2/2] ARM:AM33XX:Added cpsw support for AM335x EVM

Tom Rini tom.rini at gmail.com
Thu Nov 10 15:46:38 CET 2011


On Thu, Nov 10, 2011 at 5:40 AM, Chandan Nath <chandan.nath at ti.com> wrote:
> This patch adds cpsw support on AM335X EVM.
>
> Signed-off-by: Chandan Nath <chandan.nath at ti.com>

You aren't allowed to have hard-coded MACs anymore, iirc.  And
everyone will be able to get valid MACs from the e-fuse (or on the
other platforms, EEPROM), we need to drop that particular debug print
and just fail when ethaddr isn't set.  So you can drop the
..set_mac_addr function, and fold the rest of the changes to cpsw.c
into the original patch.  Finally, please split the miiphyutil.c
change into its own commit.  Thanks.

-- 
Tom


More information about the U-Boot mailing list