mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 10:16:18 +00:00
27 lines
776 B
Diff
27 lines
776 B
Diff
From d16384b766e1704470f678589e01d288fbb94960 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Thu, 22 Apr 2021 06:52:50 +0000
|
|
Subject: [PATCH 02/25] LOCAL: configs: meson64: remove /amlogic so fdtdir
|
|
finds LE boot files
|
|
|
|
---
|
|
include/configs/meson64.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/include/configs/meson64.h b/include/configs/meson64.h
|
|
index 05b1fcb9fd..c4af944382 100644
|
|
--- a/include/configs/meson64.h
|
|
+++ b/include/configs/meson64.h
|
|
@@ -89,7 +89,7 @@
|
|
"pxefile_addr_r=0x01080000\0" \
|
|
"fdtoverlay_addr_r=0x01000000\0" \
|
|
"ramdisk_addr_r=0x13000000\0" \
|
|
- "fdtfile=amlogic/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
|
|
+ "fdtfile=/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
|
|
BOOTENV
|
|
#endif
|
|
|
|
--
|
|
2.34.1
|
|
|