Minor refactoring of BL1 FWU code
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 11 Nov 2016 15:56:20 +0000 (15:56 +0000)
committerDan Handley <dan.handley@arm.com>
Tue, 20 Dec 2016 11:43:10 +0000 (11:43 +0000)
commit9f1489e445321edcbf17c4098a474180c504c13d
treeb7933b3dd62193cf9eeb1de024a75d91edeecd2f
parent99c5ebafbe7486badd7bf28b28871bae13049301
Minor refactoring of BL1 FWU code

This patch introduces no functional change, it just changes
the serial console output.

 - Improve accuracy of error messages by decoupling some
   error cases;

 - Improve comments;

 - Move declaration of 'mem_layout' local variable closer to
   where it is used and make it const;

 - Rename a local variable to clarify whether it is a source
   or a destination address (base_addr -> dest_addr).

Change-Id: I349fcf053e233f316310892211d49e35ef2c39d9
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Signed-off-by: Dan Handley <dan.handley@arm.com>
bl1/bl1_fwu.c