
8 Nov
2013
8 Nov
'13
11:25 p.m.
On Fri, Oct 04, 2013 at 06:53:04PM +0200, egbert.eich@gmail.com wrote:
From: Egbert Eich eich@suse.com
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.
Signed-off-by: Egbert Eich eich@suse.com Tested-by: Piotr Wilczek p.wilczek@samsung.com
Applied to u-boot/master with a slight change to the coding style (yes, we want variables declared at the start of the function and __maybe_unused for ones that would be hidden via #ifdef and cause a warning in some cases), thanks!
--
Tom