Re: [U-Boot] [PATCH] km/common: fix bug in IVM mac address access

2011-09-21 Thread Wolfgang Denk
Dear Holger Brunck, In message <1316531155-4638-1-git-send-email-holger.bru...@keymile.com> you wrote: > The MAC address stored in the inventory eeprom begins at offset 1. > > Signed-off-by: Holger Brunck > Signed-off-by: Valentin Longchamp > cc: Wolfgang Denk > --- > board/keymile/common/iv

[U-Boot] [PATCH] km/common: fix bug in IVM mac address access

2011-09-20 Thread Holger Brunck
The MAC address stored in the inventory eeprom begins at offset 1. Signed-off-by: Holger Brunck Signed-off-by: Valentin Longchamp cc: Wolfgang Denk --- board/keymile/common/ivm.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/keymile/common/ivm.c b/board/keym