mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
7bb6028768
commit
b37b7b2063
31 changed files with 41 additions and 66 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue