From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 16 Apr 2017 13:32:06 -0600 Subject: [U-Boot] [PATCH v5 02/16] disk: part: refactor part_print_efi to prepare GPT over MTD In-Reply-To: <1492077174-31148-3-git-send-email-patrick.delaunay@st.com> References: <1492077174-31148-1-git-send-email-patrick.delaunay@st.com> <1492077174-31148-3-git-send-email-patrick.delaunay@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 13 April 2017 at 03:52, Patrick Delaunay wrote: > split part_print_efi : create sub-functions part_print_gpt() > > Signed-off-by: Patrick Delaunay > Reviewed-by: Christophe KERELLO > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > disk/part_efi.c | 55 ++++++++++++++++++++++++++++++------------------------- > 1 file changed, 30 insertions(+), 25 deletions(-) Reviewed-by: Simon Glass