src: Remove leading blank lines from SPDX header
Change-Id: I8a207e30a73d10fe67c0474ff11324ae99e2cec6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41360 Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
189e753cbf
commit
c4b70276ed
@@ -1,7 +1,4 @@
|
||||
################################################################################
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
##
|
||||
|
||||
###############################################################################
|
||||
# ARM specific options
|
||||
|
@@ -1,8 +1,4 @@
|
||||
################################################################################
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
armv4_flags = -marm -march=armv4t -I$(src)/arch/arm/include/armv4/ \
|
||||
-D__COREBOOT_ARM_ARCH__=4
|
||||
|
@@ -1,8 +1,4 @@
|
||||
################################################################################
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
armv7_flags = -mthumb -I$(src)/arch/arm/include/armv7/ -D__COREBOOT_ARM_ARCH__=7
|
||||
armv7-a_flags = -march=armv7-a $(armv7_flags) -D__COREBOOT_ARM_V7_A__
|
||||
|
@@ -1,8 +1,4 @@
|
||||
################################################################################
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
##
|
||||
################################################################################
|
||||
|
||||
libgcc_files = ashldi3.S lib1funcs.S lshrdi3.S muldi3.S ucmpdi2.S uldivmod.S
|
||||
libgcc_files += udivmoddi4.c umoddi3.c
|
||||
|
Reference in New Issue
Block a user