Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/6fa397df67c0f269e4528bf181a6e8c88f9723f9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

ppc4xx: Remove temporary TLB entry in POST cache test

Signed-off-by: Stefan Roese <sr@denx.de>
master
Stefan Roese 18 years ago
parent 1338e6a818
commit 6fa397df67
  1. 2
      post/cpu/ppc4xx/cache.c

@ -119,6 +119,8 @@ int cache_post_test (int flags)
if (ints)
enable_interrupts ();
remove_tlb(virt, CACHE_POST_SIZE);
return res;
}

Loading…
Cancel
Save