cpu/amd/geode_lx/cache_as_ram.inc: Trivial - Fix indent with tabs
Change-Id: Ic65f8d2cbb5bc459cf513c6b34a5f1846cb2b897 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6549 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
@@ -189,7 +189,8 @@ DCacheSetupGood:
|
|||||||
call main
|
call main
|
||||||
done_cache_as_ram_main:
|
done_cache_as_ram_main:
|
||||||
|
|
||||||
/* We now run over the stack-in-cache, copying it back to itself to invalidate the cache */
|
/* We now run over the stack-in-cache,
|
||||||
|
* copying it back to itself to invalidate the cache */
|
||||||
|
|
||||||
push %edi
|
push %edi
|
||||||
mov $(CONFIG_DCACHE_RAM_SIZE/4),%ecx
|
mov $(CONFIG_DCACHE_RAM_SIZE/4),%ecx
|
||||||
@@ -227,4 +228,3 @@ __main:
|
|||||||
post_code(POST_DEAD_CODE)
|
post_code(POST_DEAD_CODE)
|
||||||
hlt
|
hlt
|
||||||
jmp .Lhlt
|
jmp .Lhlt
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user