[coreboot-gerrit] Change in coreboot[master]: soc/samsung/exynos5250: Convert to `board_reset()`

Nico Huber (Code Review) gerrit at coreboot.org
Fri Oct 12 00:06:34 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/29052


Change subject: soc/samsung/exynos5250: Convert to `board_reset()`
......................................................................

soc/samsung/exynos5250: Convert to `board_reset()`

Change-Id: I2f69d9f01ac5f7e28dd98e704f3280bf62b9ce58
Signed-off-by: Nico Huber <nico.h at gmx.de>
---
M src/soc/samsung/exynos5250/Kconfig
M src/soc/samsung/exynos5250/power.c
2 files changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/29052/1

diff --git a/src/soc/samsung/exynos5250/Kconfig b/src/soc/samsung/exynos5250/Kconfig
index 40c8065..1c92c71 100644
--- a/src/soc/samsung/exynos5250/Kconfig
+++ b/src/soc/samsung/exynos5250/Kconfig
@@ -7,7 +7,6 @@
 	select GENERIC_UDELAY
 	select HAVE_UART_SPECIAL
 	select BOOTBLOCK_CONSOLE
-	select HAVE_HARD_RESET
 	bool
 	default n
 
diff --git a/src/soc/samsung/exynos5250/power.c b/src/soc/samsung/exynos5250/power.c
index de99a82..8bd6304 100644
--- a/src/soc/samsung/exynos5250/power.c
+++ b/src/soc/samsung/exynos5250/power.c
@@ -39,7 +39,7 @@
 	setbits_le32(&exynos_power->sw_reset, 1);
 }
 
-void do_hard_reset(void)
+void do_board_reset(void)
 {
 	power_reset();
 }

-- 
To view, visit https://review.coreboot.org/29052
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f69d9f01ac5f7e28dd98e704f3280bf62b9ce58
Gerrit-Change-Number: 29052
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181011/a162d0b5/attachment-0001.html>


More information about the coreboot-gerrit mailing list