diff options
author | Tom Rini <trini@konsulko.com> | 2016-06-13 08:51:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-13 08:51:50 -0400 |
commit | 1e031249a53e38d9b8290fa99106477c231bf2dd (patch) | |
tree | 900a726ca933cc25522cb524e79f4ae99180168b /board | |
parent | f4abfed1de34e3fa18be4a8a156416cd6ed21f4a (diff) | |
parent | fc1e8fbbb2ea73139c2eadf2f174d6c3fc4ee03f (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-arc
Diffstat (limited to 'board')
-rw-r--r-- | board/synopsys/axs101/axs101.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/synopsys/axs101/axs101.c b/board/synopsys/axs101/axs101.c index 84ee2bf43de..a5e774b2cf7 100644 --- a/board/synopsys/axs101/axs101.c +++ b/board/synopsys/axs101/axs101.c @@ -54,7 +54,7 @@ void smp_set_core_boot_addr(unsigned long addr, int corenr) writel(addr, (void __iomem *)RESET_VECTOR_ADDR); /* Make sure other cores see written value in memory */ - flush_dcache_range(RESET_VECTOR_ADDR, RESET_VECTOR_ADDR + sizeof(int)); + flush_dcache_all(); } void smp_kick_all_cpus(void) |