diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/hardwaremain.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/boot/hardwaremain.c b/src/boot/hardwaremain.c index 2bff70ce93..11ad8e4b87 100644 --- a/src/boot/hardwaremain.c +++ b/src/boot/hardwaremain.c @@ -40,9 +40,7 @@ it with the version available from LANL. #if 0 #include <part/mainboard.h> #endif -#if 0 #include <part/hard_reset.h> -#endif #include <smp/atomic.h> #include <boot/elf.h> @@ -160,12 +158,10 @@ void hardwaremain(int boot_complete) post_code(0x40); -#if 0 /* If we have already booted attempt a hard reboot */ if (boot_complete) { hard_reset(); } -#endif init_timer(); /* needs to be moved into static configuration */ CONFIGURE(CONF_PASS_PRE_PCI); |