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

2012-01-15 Thread Eric Miao
On Mon, Jan 16, 2012 at 3:03 PM, Eric Miao wrote: > On Sat, Jan 14, 2012 at 3:19 AM, Wolfgang Denk wrote: >> Dear Eric Miao, >> >> In message <1313559224-4627-1-git-send-email-eric.m...@linaro.org> you wrote: >>> Ignore the return value of eth_getenv_enet

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

2012-01-15 Thread Eric Miao
On Sat, Jan 14, 2012 at 3:19 AM, Wolfgang Denk wrote: > Dear Eric Miao, > > In message <1313559224-4627-1-git-send-email-eric.m...@linaro.org> you wrote: >> Ignore the return value of eth_getenv_enetaddr_by_index(), and if it >> fails, fall back to use dev->enetadd

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

2011-08-16 Thread Eric Miao
-by: Eric Miao --- net/eth.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/net/eth.c b/net/eth.c index a34fe59..c4fbe11 100644 --- a/net/eth.c +++ b/net/eth.c @@ -195,8 +195,7 @@ int eth_write_hwaddr(struct eth_device *dev, const char *base_name, unsigned c

Re: [U-Boot] [PATCH v4 1/7] arm: Add Support for Marvell ARMADA 100 Familiy SoCs

2010-12-07 Thread Eric Miao
8AP168    (Aspen P) > 2) ARMADA166/88AP166    (Aspen M) > 3) ARMADA162/88AP162    (Aspen L) > > Contributors: > Eric Miao Or Actually I have little contribution to this, // red face. The patch below seems quite good. I'll be glad to see this be upstreamed in the u

Re: [U-Boot] [PATCH] PXA: Align stack to 8 bytes

2010-04-12 Thread Eric Miao
On Sun, Apr 11, 2010 at 3:21 PM, Marek Vasut wrote: > Stack must be aligned to 8 bytes on PXA (possibly all armv5te) for LDRD/STRD > instructions. In case LDRD/STRD is issued on an unaligned address, the > behaviour > is undefined. > Well, I guess this is true for all ARMv5. ARMv6 and later howe