Re: [U-Boot] [PATCH] net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back

2012-01-16 Thread Zach Sadecki
This patch will also fix a problem with mx28 boards that are depending on the OCOTP bits to set the MAC address (like the Denx m28 board). Now it simply fails with a "Warning: failed to set MAC address" if there's no environment variable instead of using the OCOTP bits like it should. This pa

[U-Boot] [PATCH] mx28: fix clearing of IRQs in power init

2012-01-09 Thread Zach Sadecki
. Signed-off-by: Zach Sadecki Cc: Wolfgang Denk Cc: Stefano Babic --- arch/arm/cpu/arm926ejs/mx28/spl_power_init.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx28/spl_power_init.c b/arch/arm/cpu/arm926ejs/mx28/spl_power_init.c index

[U-Boot] [PATCH] mx28: fix clearing of IRQs in power init

2012-01-09 Thread Zach Sadecki
. Signed-off-by: Zach Sadecki Cc: Wolfgang Denk Cc: Stefano Babic --- arch/arm/cpu/arm926ejs/mx28/spl_power_init.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx28/spl_power_init.c b/arch/arm/cpu/arm926ejs/mx28/spl_power_init.c index