Revert "arm64: Add missing fdt storage for FDT bus"
This reverts commit 3e8376c6dd
.
Reason for revert: Bootloader currently fails to load kernel
It should be added back once the kernel can start.
Change-Id: Iebefbf8681aff4dff09cef7b7eb832b61f7789c7
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4579
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
This commit is contained in:
parent
f89943d822
commit
b5d451373e
@ -21,7 +21,7 @@ typedef struct {
|
||||
// needed for UEFI, otherwise kernel acpi support can't find ACPI root
|
||||
FixedWidthPointer<void> acpi_root;
|
||||
// TODO: Deal with this later in the port
|
||||
FixedWidthPointer<void> fdt;
|
||||
// FixedWidthPointer<void> fdt;
|
||||
// uart_info uart;
|
||||
} _PACKED arch_kernel_args;
|
||||
|
||||
|
@ -7,13 +7,9 @@
|
||||
#include <boot/kernel_args.h>
|
||||
|
||||
|
||||
void* gFDT = NULL;
|
||||
|
||||
|
||||
status_t
|
||||
arch_platform_init(struct kernel_args *kernelArgs)
|
||||
{
|
||||
gFDT = kernelArgs->arch_args.fdt;
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user