aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/tangier
diff options
context:
space:
mode:
authorBin Meng2018-07-19 03:07:33 -0700
committerBin Meng2018-07-20 09:33:22 +0800
commitb37b7b2063e02718970ca1882a4522ccbe1106e9 (patch)
tree8c0d3cf873412f6abf5a6ddbb2dd30c49de80c1d /arch/x86/cpu/tangier
parent7bb6028768c31bf454314b622f52235fb7d82764 (diff)
x86: Switch to use DM sysreset driver
This converts all x86 boards over to DM sysreset. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'arch/x86/cpu/tangier')
-rw-r--r--arch/x86/cpu/tangier/tangier.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/cpu/tangier/tangier.c b/arch/x86/cpu/tangier/tangier.c
index 0a15e64344f..df2c600be33 100644
--- a/arch/x86/cpu/tangier/tangier.c
+++ b/arch/x86/cpu/tangier/tangier.c
@@ -4,7 +4,6 @@
*/
#include <common.h>
-#include <asm/scu.h>
#include <asm/u-boot-x86.h>
/*
@@ -24,8 +23,3 @@ int print_cpuinfo(void)
{
return default_print_cpuinfo();
}
-
-void reset_cpu(ulong addr)
-{
- scu_ipc_simple_command(IPCMSG_COLD_RESET, 0);
-}