commit | 7c8af0672537d27a30c2f36f95b9fadebbacd47e | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Fri Nov 10 13:14:40 2017 +0000 |
committer | Soby Mathew <soby.mathew@arm.com> | Tue Dec 05 16:04:45 2017 +0000 |
tree | 43fee32e9d2fa8f13e015b299174a1bdff68cb2b | |
parent | cf2a62ed64e8bce2675a3ee79c25e7b98be2fe6e [diff] |
Unify cache flush code path after image load Previously the cache flush happened in 2 different places in code depending on whether TRUSTED_BOARD_BOOT is enabled or not. This patch unifies this code path for both the cases. The `load_image()` function is now made an internal static function. Change-Id: I96a1da29d29236bbc34b1c95053e6a9a7fc98a54 Signed-off-by: Soby Mathew <soby.mathew@arm.com>