[U-Boot] [PATCH v3 1/3] include: android_bootloader_message.h: Minimize the diff to AOSP
Simon Glass
sjg at chromium.org
Sat Jun 22 19:09:45 UTC 2019
On Thu, 23 May 2019 at 16:33, Eugeniu Rosca <erosca at de.adit-jv.com> wrote:
>
> Perform the following updates:
> - Relocate the commit id from the file to the description of U-Boot
> commit. The AOSP commit is c784ce50e8c10eaf70e1f97e24e8324aef45faf5.
> This is done to avoid stale references in the file itself. The
> reasoning is in https://patchwork.ozlabs.org/patch/1098056/#2170209.
> - Minimize the diff to AOSP, to decrease the effort of the next AOSP
> backports. The background can be found in:
> https://patchwork.ozlabs.org/patch/1080394/#2168454.
> - Guard the static_assert() calls by #ifndef __UBOOT__ ... #endif,
> to avoid compilation failures of files including the header.
>
> Signed-off-by: Eugeniu Rosca <erosca at de.adit-jv.com>
> Reviewed-by: Sam Protsenko <semen.protsenko at linaro.org>
> ---
> v3:
> - Added 'Reviewed-by: Sam Protsenko'
> v2:
> - Newly pushed. No changes.
> - https://patchwork.ozlabs.org/patch/1101108/
> ---
> include/android_bootloader_message.h | 126 +++++++++++++++------------
> 1 file changed, 68 insertions(+), 58 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list