aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/u-boot-x86.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-07-19 03:07:33 -0700
committerBin Meng <bmeng.cn@gmail.com>2018-07-20 09:33:22 +0800
commitb37b7b2063e02718970ca1882a4522ccbe1106e9 (patch)
tree8c0d3cf873412f6abf5a6ddbb2dd30c49de80c1d /arch/x86/include/asm/u-boot-x86.h
parent7bb6028768c31bf454314b622f52235fb7d82764 (diff)
downloadu-boot-b37b7b2063e02718970ca1882a4522ccbe1106e9.zip
u-boot-b37b7b2063e02718970ca1882a4522ccbe1106e9.tar.gz
u-boot-b37b7b2063e02718970ca1882a4522ccbe1106e9.tar.bz2
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/include/asm/u-boot-x86.h')
-rw-r--r--arch/x86/include/asm/u-boot-x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h
index 2340ef8..670fcdc 100644
--- a/arch/x86/include/asm/u-boot-x86.h
+++ b/arch/x86/include/asm/u-boot-x86.h
@@ -40,7 +40,6 @@ int x86_cleanup_before_linux(void);
void x86_enable_caches(void);
void x86_disable_caches(void);
int x86_init_cache(void);
-void reset_cpu(ulong addr);
ulong board_get_usable_ram_top(ulong total_size);
int default_print_cpuinfo(void);