From mboxrd@z Thu Jan 1 00:00:00 1970 From: patrick.oppenlander at gmail.com Date: Thu, 30 Jul 2020 14:22:12 +1000 Subject: [PATCH v2] mkimage: FIT ciphering bug fixes Message-ID: <20200730042215.409016-1-patrick.oppenlander@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The v2 series addresses review comments from Philippe Reynes: * Use FIT_CIPHER_NODENAME instead of hard coding "cipher" * Simplify handling of FDT_ERR_NOSPACE * Simplify detection of previously ciphered data The last two points are possible as I overlooked that the retry loop handling ENOSPC in fit_handle_file() reloads the original FIT before retrying.