[U-Boot] [PATCH v3 2/7] part:efi: Move part_efi.h file to ./include
Kim Phillips
kim.phillips at freescale.com
Thu Sep 13 20:54:49 CEST 2012
On Thu, 13 Sep 2012 10:10:00 +0200
Lukasz Majewski <l.majewski at samsung.com> wrote:
> 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.
>
> Signed-off-by: Lukasz Majewski <l.majewski at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
>
> ---
> Changes for v3:
> - None
> ---
> disk/part_efi.c | 2 +-
> disk/part_efi.h | 139 ---------------------------------------------------
> include/part_efi.h | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 141 insertions(+), 140 deletions(-)
> delete mode 100644 disk/part_efi.h
> create mode 100644 include/part_efi.h
use git format-patch's -M/-C flags when posting code
movement/copying patches.
Kim
More information about the U-Boot
mailing list