Re: [U-Boot] [PATCH] cmd/gpt: Support gpt command for all devices.

2013-03-26 Thread Wolfgang Denk
Dear egbert.e...@googlemail.com, In message <1364288746-2597-1-git-send-email-egbert.e...@gmail.com> you wrote: > From: Egbert Eich > > The gpt command was only implemented for mmc devices. There is no reason > why this command should not be generalized and be applied all other > storage device

[U-Boot] [PATCH] cmd/gpt: Support gpt command for all devices.

2013-03-26 Thread egbert . eich
From: Egbert Eich The gpt command was only implemented for mmc devices. There is no reason why this command should not be generalized and be applied all other storage device classes. This change both simplifies the implementation and eliminates a build failure for systems that don't support mmcs.

Re: [U-Boot] [PATCH] cmd/gpt: Support gpt command for all devices.

2013-03-26 Thread Wolfgang Denk
Dear egbert.e...@googlemail.com, In message <1364284913-2277-1-git-send-email-egbert.e...@gmail.com> you wrote: > From: Egbert Eich > > The gpt command was only implemented for mmc devices. There is no reason > why this command should not be generalized and be applied all other > storage device

[U-Boot] [PATCH] cmd/gpt: Support gpt command for all devices.

2013-03-26 Thread egbert . eich
From: Egbert Eich The gpt command was only implemented for mmc devices. There is no reason why this command should not be generalized and be applied all other storage device classes. This change both simplifies the implementation and eliminates a build failure for systems that don't support mmcs.