[U-Boot] [PATCH v5 2/7] part:efi: Move part_efi.h file to ./include
Piotr Wilczek
p.wilczek at samsung.com
Tue Dec 11 11:09:43 CET 2012
From: Lukasz Majewski <l.majewski at samsung.com>
This move is necessary to export gpt header and GPT partition entries to be
used with other commands or subsystems.
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 in v5:
- None
Changes in v4:
- None
Changes in v3:
- None
Changes in v2:
- None
{disk => include}/part_efi.h | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename {disk => include}/part_efi.h (100%)
diff --git a/disk/part_efi.h b/include/part_efi.h
similarity index 100%
rename from disk/part_efi.h
rename to include/part_efi.h
--
1.7.9.5
More information about the U-Boot
mailing list