coreboot/src
Paul Menzel 5780d6f387 Revert "vboot2: add verstage"
This reverts commit 320647abda, because it
introduced the following regression.

	$ LANG=C make V=1
	Warning: no suitable GCC for arm.
	Warning: no suitable GCC for aarch64.
	Warning: no suitable GCC for riscv.
	/bin/sh: --: invalid option
	Usage: /bin/sh [GNU long option] [option] ...
	/bin/sh [GNU long option] [option] script-file ...
	GNU long options:
	--debug
	--debugger
	--dump-po-strings
	--dump-strings
	--help
	--init-file
	--login
	--noediting
	--noprofile
	--norc
	--posix
	--rcfile
	--restricted
	--verbose
	--version
	Shell options:
	-ilrsD or -c command or -O shopt_option (invocation only)
	-abefhkmnptuvxBCHP or -o option
	make: -print-libgcc-file-name: Command not found

It also introduced trailing whitespace.

Change-Id: I50ec00a38e24c854fa926357cd24f9286bf4f66f
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/8223
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
2015-01-14 19:28:19 +01:00
..
arch Revert "vboot2: add verstage" 2015-01-14 19:28:19 +01:00
console misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +01:00
cpu ACPI: Add acpi_is_wakeup_s3() for romstage 2015-01-10 13:53:51 +01:00
device src/device: Doxygen fixes 2015-01-12 21:29:38 +01:00
drivers elog: Add ELOG_TYPE_BOOT event using fake boot count if necessary 2015-01-09 07:46:56 +01:00
ec chrome ec: Add ACPI Device for ALS if enabled 2015-01-09 07:43:34 +01:00
include cbfs: add cbfs_read() 2015-01-13 21:30:14 +01:00
lib cbfs: add cbfs_read() 2015-01-13 21:30:14 +01:00
mainboard mainboard/lenovo/x220/gpio.c: Remove unused struct 2015-01-13 02:51:32 +01:00
northbridge northbridge/via/vx800/lpc.c: Remove unused variables 2015-01-14 05:05:39 +01:00
soc Revert "vboot2: add verstage" 2015-01-14 19:28:19 +01:00
southbridge southbridge/intel/lynxpoint/me_9.x.c: Avoid unused func warn 2015-01-12 20:16:53 +01:00
superio superio: Drop print_ implementation from non-romcc boards 2015-01-06 20:14:19 +01:00
vendorcode Revert "vboot2: add verstage" 2015-01-14 19:28:19 +01:00
Kconfig Allow RISCV to be compiled with ANY_TOOLCHAIN 2015-01-02 18:44:57 +01:00