src: Use tabs for indentation

Change-Id: I6b40aaf5af5d114bbb0cd227dfd50b0ee19eebba
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/28934
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2018-10-05 10:36:45 +02:00 committed by Patrick Georgi
parent d9169f826a
commit 88607a4b10
44 changed files with 146 additions and 146 deletions

View File

@ -97,8 +97,8 @@ static void spi_init(void)
} }
/* Entry from cache-as-ram.inc. */ /* Entry from cache-as-ram.inc. */
void *asmlinkage romstage_main(unsigned long bist, void *asmlinkage romstage_main(unsigned long bist, uint32_t tsc_low,
uint32_t tsc_low, uint32_t tsc_hi) uint32_t tsc_hi)
{ {
struct romstage_params rp = { struct romstage_params rp = {
.bist = bist, .bist = bist,