coreboot-kgpe-d16/src/arch/armv7
Paul Menzel a8ae1c66f9 Whitespace: Replace tab character in license text with two spaces
For whatever reason tabs got inserted in the license header text.
Remove one occurrence of that with the following command [1].

    $ git grep -l 'MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.'$'\t' | xargs sed -i 's,MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.[        ]*,MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\ \ ,'

[1] http://sed.sourceforge.net/grabbag/tutorials/sedfaq.txt

Change-Id: Iaf4ed32c32600c3b23c08f8754815b959b304882
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2460
Tested-by: build bot (Jenkins)
Reviewed-by: Jens Rottmann <JRottmann@LiPPERTembedded.de>
Reviewed-by: Cristian Măgherușan-Stanciu <cristi.magherusan@gmail.com>
2013-02-20 23:30:45 +01:00
..
boot armv7/snow: add CPU and RAM resources via allocator 2013-02-19 19:00:54 +01:00
include Whitespace: Replace tab character in license text with two spaces 2013-02-20 23:30:45 +01:00
lib Whitespace: Replace tab character in license text with two spaces 2013-02-20 23:30:45 +01:00
bootblock.inc Whitespace: Replace tab character in license text with two spaces 2013-02-20 23:30:45 +01:00
bootblock.lds armv7/exynos5250: place .id between .start and bootblock main 2013-02-10 01:28:53 +01:00
bootblock_simple.c armv7: Use same console initialization procedure for all ARM stages 2013-02-08 03:24:09 +01:00
coreboot_ram.ld armv7/exynos5250: fix usage of _stack and _estack 2013-02-16 00:39:01 +01:00
Kconfig armv7: Clean up: remove deprecated SPL. 2013-02-06 22:09:01 +01:00
Makefile.inc armv7/exynos5250: place .id between .start and bootblock main 2013-02-10 01:28:53 +01:00
romstage.ld armv7: unify stage hand-off routines 2013-02-01 03:25:30 +01:00
stages.c ARMV7: minor tweaks to inter-stage calling and payload handling. 2013-02-20 20:49:16 +01:00