Dear Donghwa Lee,

In message <[email protected]> you wrote:
> This patch manipulates GUID Papartition Tables.
> I send this patch on behalf of Gwuieon Jin.
> 
> Signed-off-by: Gwuieon Jin  <[email protected]>
> Signed-off-by: Kyungmin Park <[email protected]>
> ---
>  disk/part_efi.c |  107 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  disk/part_efi.h |    2 +
>  include/part.h  |    2 +
>  3 files changed, 111 insertions(+), 0 deletions(-)
> 
> diff --git a/disk/part_efi.c b/disk/part_efi.c
> index b6cda57..ce25ad5 100644
> --- a/disk/part_efi.c
> +++ b/disk/part_efi.c
> @@ -433,4 +433,111 @@ static int is_pte_valid(gpt_entry * pte)
>               return 1;
>       }
>  }
> +
> +void set_gpt_table(block_dev_desc_t *dev_desc,       unsigned int 
> part_start_lba,
> +             int parts, unsigned int *blocks, unsigned int *part_offset)

Is there any code anywhere that actually calls this function?

I cannot see it, and we don't add dead code...

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected]
"If a computer can't directly address all the RAM you can  use,  it's
just a toy."         - anonymous comp.sys.amiga posting, non-sequitir
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to