[U-Boot] [PATCH v4 2/7] part:efi: Move part_efi.h file to ./include

Piotr Wilczek p.wilczek at samsung.com
Fri Nov 9 10:22:13 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 (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
Changes for v4:
- None
---
 {disk => include}/part_efi.h |    0
 1 files 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.5.4



More information about the U-Boot mailing list