Re: [U-Boot] [PATCH v3 06/21] efi: Correct header order in efi_memory

2020-05-15 Thread sheridanco.82...@gmail.com
Sent from my LG Phoenix 4, an AT&T 4G LTE smartphone

Re: [U-Boot] [PATCH v3 06/21] efi: Correct header order in efi_memory

2018-03-06 Thread Heinrich Schuchardt
On 02/19/2018 04:48 PM, Simon Glass wrote: > The headers are not in the correct order. Fix this. Also drop libfdt_env.h > since it is not needed. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: > - Update commit message to dropping libfdt_env.h > > lib/efi_loader/

[U-Boot] [PATCH v3 06/21] efi: Correct header order in efi_memory

2018-02-19 Thread Simon Glass
The headers are not in the correct order. Fix this. Also drop libfdt_env.h since it is not needed. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Update commit message to dropping libfdt_env.h lib/efi_loader/efi_memory.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deleti