mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[ARMLLB]: Initialize hardware before parsing environment variables. This makes more sense, and also allows debug output from the environment scanning code.
svn path=/trunk/; revision=49737
This commit is contained in:
@@ -16,17 +16,17 @@ LlbStartup(IN ULONG Reserved,
|
||||
/* Make sure we are booting on the correct kind of machine */
|
||||
if (BoardInfo != LlbHwGetBoardType()) while (TRUE);
|
||||
|
||||
/* Either QEMU or U-Boot itself should send this information */
|
||||
LlbEnvParseArguments(Arguments);
|
||||
|
||||
/* Initialize hardware components */
|
||||
LlbHwInitialize();
|
||||
|
||||
/* Either QEMU or U-Boot itself should send this information */
|
||||
LlbEnvParseArguments(Arguments);
|
||||
|
||||
/* Clean up the screen */
|
||||
LlbVideoClearScreen(FALSE);
|
||||
|
||||
/* Print header */
|
||||
printf("ReactOS ARM Low-Level Boot Loader [" __DATE__ " "__TIME__ "]\n");
|
||||
printf("\nReactOS ARM Low-Level Boot Loader [" __DATE__ " "__TIME__ "]\n");
|
||||
|
||||
/* Boot the OS Loader */
|
||||
LlbBoot();
|
||||
|
||||
Reference in New Issue
Block a user