From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugeniu Rosca Date: Mon, 11 Mar 2019 18:27:15 +0100 Subject: [U-Boot] [PATCH v3 3/7] common: Implement A/B metadata In-Reply-To: <1550506917-25547-4-git-send-email-igor.opaniuk@linaro.org> References: <1550506917-25547-1-git-send-email-igor.opaniuk@linaro.org> <1550506917-25547-4-git-send-email-igor.opaniuk@linaro.org> 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 FWIW, below are some dangling struct name references due to: - s/bootloader_message/andr_bl_msg/ - s/bootloader_message_ab/andr_bl_msg_ab/ - s/bootloader_control/andr_bl_control/ On Mon, Feb 18, 2019 at 5:25 PM Igor Opaniuk wrote: [..] > + * uncrypt. Move it into struct bootloader_message_ab to avoid the [..] > + * 1184-byte so that the entire bootloader_message struct rounds up [..] > + * stays after struct bootloader_message, which should be managed by [..] > + * not mandatory, to use 'struct bootloader_control' described below. [..] > + * be put in the 'slot_suffix' field of the 'bootloader_message' [..] > + * 'bootloader_control' structure to store the A/B metadata, but not Best regards, Eugeniu.