]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mach-omap2: Align image address before cache operations
authorAndrew F. Davis <afd@ti.com>
Wed, 26 Jul 2017 19:53:19 +0000 (14:53 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 31 Jul 2017 16:21:39 +0000 (12:21 -0400)
commit571e6136963cc4508d5489f69b2cf858b93a4878
tree19d8ce5f4b67ed1495fa6f3e5f5d9c32e1990fef
parent4142d738890b5678a8d783cac0b68f1224cea666
arm: mach-omap2: Align image address before cache operations

The image address passed to secure_boot_verify_image() may not be
cacheline aligned, round the address down to the nearest cacheline.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/mach-omap2/sec-common.c