From e15556ed3ae859acbdfcd5a4ab175dba8b359c4e Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Fri, 16 Feb 2018 09:04:38 +0100 Subject: soc/cavium/bootblock: Get rid of register X1 The register X1 isn't used. Document it and remove it. Change-Id: I9324ea9de24ba4baaef9dde890c443dd0f921ad9 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/23792 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese Reviewed-by: Paul Menzel Reviewed-by: David Hendricks --- src/soc/cavium/common/include/soc/bootblock.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/cavium/common/include') diff --git a/src/soc/cavium/common/include/soc/bootblock.h b/src/soc/cavium/common/include/soc/bootblock.h index 040c5a3a67..76fd4a158d 100644 --- a/src/soc/cavium/common/include/soc/bootblock.h +++ b/src/soc/cavium/common/include/soc/bootblock.h @@ -22,7 +22,6 @@ void bootblock_soc_init(void); void bootblock_mainboard_init(void); void bootblock_main(const uint64_t reg_x0, - const uint64_t reg_x1, const uint64_t reg_pc); -- cgit v1.2.3