Re: [U-Boot] [PATCH] common/board_r: Restore non-cached memory setup

2015-03-09 Thread Jan Kiszka
[resent with updated address of Tom] On 2015-03-09 07:47, Jan Kiszka wrote: > This fixes a regression of e310b93ec1, affecting Ethernet on the Jetson > TK1, e.g. > > Signed-off-by: Jan Kiszka > --- > common/board_r.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/common/

[U-Boot] [PATCH] common/board_r: Restore non-cached memory setup

2015-03-09 Thread Jan Kiszka
This fixes a regression of e310b93ec1, affecting Ethernet on the Jetson TK1, e.g. Signed-off-by: Jan Kiszka --- common/board_r.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/common/board_r.c b/common/board_r.c index 38be09b..0335f6b 100644 --- a/common/board_r.c +++ b/common/