diff options
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/libpayload/arch/i386/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/payloads/libpayload/arch/i386/main.c b/payloads/libpayload/arch/i386/main.c index 378c6f387f..36cfb69bff 100644 --- a/payloads/libpayload/arch/i386/main.c +++ b/payloads/libpayload/arch/i386/main.c @@ -46,12 +46,12 @@ void start_main(void) { extern int main(int argc, char **argv); - /* Set up the consoles. */ - console_init(); - /* Gather system information. */ lib_get_sysinfo(); + /* Set up the consoles. */ + console_init(); + /* * Any other system init that has to happen before the * user gets control goes here. |