From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 19 Nov 2012 12:30:02 -0700 Subject: [U-Boot] [PATCH v4 2/7] part:efi: Move part_efi.h file to ./include In-Reply-To: <1352452938-2375-3-git-send-email-p.wilczek@samsung.com> References: <1345795995-24656-1-git-send-email-l.majewski@samsung.com> <1352452938-2375-1-git-send-email-p.wilczek@samsung.com> <1352452938-2375-3-git-send-email-p.wilczek@samsung.com> Message-ID: <50AA88BA.4020601@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/09/2012 02:22 AM, Piotr Wilczek wrote: > From: Lukasz Majewski > > This move is necessary to export gpt header and GPT partition entries to be > used with other commands or subsystems (like DFU in the future) > Additionally the part_efi.h file has been cleaned-up to supress checkpatch's > warnings. > {disk => include}/part_efi.h | 0 I can understand the "gpt" command perhaps needing access to the GPT-specific types, but I would hope that anything DFU-related would be using types from include/part.h; I don't imagine that DFU would need to know anything about GPT at all?