mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 07:31:11 +01:00
ppc4xx: Fix compilation problem in 405 cache POST test
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
42d55ea0bd
commit
2e583d6c81
1 changed files with 1 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ int cache_post_test (int flags)
|
|||
void *virt = (void *)CFG_POST_CACHE_ADDR;
|
||||
int ints;
|
||||
int res = 0;
|
||||
int tlb = -1; /* index to the victim TLB entry */
|
||||
|
||||
/*
|
||||
* All 44x variants deal with cache management differently
|
||||
|
|
@ -70,7 +71,6 @@ int cache_post_test (int flags)
|
|||
*/
|
||||
#ifdef CONFIG_440
|
||||
int word0, i;
|
||||
int tlb; /* index to the victim TLB entry */
|
||||
|
||||
/*
|
||||
* Allocate a new TLB entry, since we are going to modify
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue