
22 Mar
2024
22 Mar
'24
8:41 a.m.
Hi,
On Tue, 12 Mar 2024 07:57:27 -0500, Colin McAllister wrote:
- Addresses compiler error due to missing semicolon
- Removes use of preprocessor macros with ANDROID_AB_BACKUP_OFFSET
Bug was found by noticing a semicolon was missing and not causing a compiler error when CONFIG_ANDROID_AB_BACKUP_OFFSET was set. I submitted a patch to fix the semicolon before fixing the #if's. Testing the latter patch without the former with ANDORID_AB_BACKUP_OFFSET set will cause a compiler error.
[...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu)
[1/2] android_ab: Add missing semicolon https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/c044f89bb0c2683... [2/2] android_ab: Fix ANDROID_AB_BACKUP_OFFSET https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/026e0cd31278bca...
-- Mattijs