mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 11:21:29 +00:00
rk322x: use fdt_high and initrd_high to 0xffffffff to avoid dtb and initrd copy/expansion by u-boot
This commit is contained in:
parent
dd12df4cac
commit
d9613be7e6
1 changed files with 4 additions and 2 deletions
|
@ -163,7 +163,7 @@ new file mode 100644
|
|||
index 00000000..a909aa19
|
||||
--- /dev/null
|
||||
+++ b/include/configs/rk322x-box.h
|
||||
@@ -0,0 +1,27 @@
|
||||
@@ -0,0 +1,29 @@
|
||||
+/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
+/*
|
||||
+ * (C) Copyright 2017 Rockchip Electronics Co., Ltd
|
||||
|
@ -175,7 +175,9 @@ index 00000000..a909aa19
|
|||
+#define ROCKCHIP_DEVICE_SETTINGS \
|
||||
+ "stdin=serial,usbkbd\0" \
|
||||
+ "stdout=serial,vidconsole\0" \
|
||||
+ "stderr=serial,vidconsole\0"
|
||||
+ "stderr=serial,vidconsole\0" \
|
||||
+ "fdt_high=0xffffffff\0" \
|
||||
+ "initrd_high=0xffffffff\0"
|
||||
+
|
||||
+#include <configs/rk322x_common.h>
|
||||
+
|
||||
|
|
Loading…
Add table
Reference in a new issue