diff options
| author | Tom Rini <trini@ti.com> | 2012-11-09 08:47:25 -0700 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2012-11-09 08:47:25 -0700 |
| commit | 59852d03867108217fe88e3bfc3e1e9cedfe63c5 (patch) | |
| tree | 22eef109c0ce8eb99d80a5be21fab2d19f5b787a /arch/microblaze/lib/bootm.c | |
| parent | 22b6fcb50d06ee281a338e78f8d0a7c9ddee8629 (diff) | |
| parent | b3e5cd17f6e180642efafb20bcda948c3cbcff10 (diff) | |
| download | olio-uboot-2014.01-59852d03867108217fe88e3bfc3e1e9cedfe63c5.tar.xz olio-uboot-2014.01-59852d03867108217fe88e3bfc3e1e9cedfe63c5.zip | |
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'arch/microblaze/lib/bootm.c')
| -rw-r--r-- | arch/microblaze/lib/bootm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/lib/bootm.c b/arch/microblaze/lib/bootm.c index 95cee509d..66d21f4ef 100644 --- a/arch/microblaze/lib/bootm.c +++ b/arch/microblaze/lib/bootm.c @@ -70,12 +70,7 @@ int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *ima #endif #ifdef XILINX_USE_DCACHE -#ifdef XILINX_DCACHE_BYTE_SIZE flush_cache(0, XILINX_DCACHE_BYTE_SIZE); -#else -#warning please rebuild BSPs and update configuration - flush_cache(0, 32768); -#endif #endif /* * Linux Kernel Parameters (passing device tree): |