src/soc: Get rid of whitespace before tab

Change-Id: Ia024fb418f02d90c38b9a35ff819c607b9ac4965
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26651
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS 2018-05-28 16:26:43 +02:00 committed by Patrick Georgi
commit 05498a254d
29 changed files with 104 additions and 104 deletions

View file

@ -84,7 +84,7 @@ endif
# CustomerRevisionID; /* Customer Revision ID */
#
# SBIUsage /* Boot Image Usage */
# NONE 0 /* All purposes */
# NONE 0 /* All purposes */
# SLEEP 1
# DEEP_SLEEP 2
# EXCEPTION 4

View file

@ -1638,7 +1638,7 @@ wakeup:
asm(
"movw r3, #0x4c64\n"
"movt r3, #0x0302\n"
"ldr r5, [r3]\n"
"ldr r5, [r3]\n"
"mov lr, #0\n"
"mov pc, r5\n");
#endif /* IS_ENABLED(CONFIG_SOC_BROADCOM_CYGNUS) */