v7_dcache_inval_range v7_outer_cache_inval_range address not aligned

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

v7_dcache_inval_range v7_outer_cache_inval_range address not aligned

1,001 Views
frédéric
Contributor III

On a spinoff of a Boundary i.MX6 board, using u-boot2014.04, when I do the booti command I have these messages:

U-Boot > booti mmc0 boot

ERROR: v7_dcache_inval_range - start address is not aligned - 0x8ffa80b0

ERROR: v7_dcache_inval_range - stop address is not aligned - 0x8ffa82b0

ERROR: v7_outer_cache_inval_range - start address is not aligned - 0x8ffa80b0

ERROR: v7_outer_cache_inval_range - stop address is not aligned - 0x8ffa82b0

kernel   @ 10808000 (4401664)

ramdisk  @ 11800000 (249888)

It comes from some flush_cache() in the do_booti() command.

How can I fix that?

0 Kudos
0 Replies