diff options
author | Tom Rini <trini@konsulko.com> | 2015-06-05 11:21:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-05 11:21:08 -0400 |
commit | d85cd291331b07df57fd4ada84d2c7b9b76ac1b8 (patch) | |
tree | fa3033d1e3e2f3ae80a17ee89045948383da984c /arch/sandbox/cpu/cpu.c | |
parent | 5d3c2c542dd8878fece0ea96edde125635b492ff (diff) | |
parent | d9a607f2bd4315c9e370aa358ea9168d615a48fc (diff) |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'arch/sandbox/cpu/cpu.c')
-rw-r--r-- | arch/sandbox/cpu/cpu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sandbox/cpu/cpu.c b/arch/sandbox/cpu/cpu.c index b6aae3718a..02c4cd366d 100644 --- a/arch/sandbox/cpu/cpu.c +++ b/arch/sandbox/cpu/cpu.c @@ -22,6 +22,8 @@ unsigned long map_len; void reset_cpu(ulong ignored) { + /* Do this here while it still has an effect */ + os_fd_restore(); if (state_uninit()) os_exit(2); |