]> git.pld-linux.org Git - packages/uboot.git/blob - rpi-Enable-using-the-DT-provided-by-the-Raspberry-Pi.patch
add image for raspberry pi (arm64); rel 2
[packages/uboot.git] / rpi-Enable-using-the-DT-provided-by-the-Raspberry-Pi.patch
1 From f10f94831450671a77f61fe413b4a57459963860 Mon Sep 17 00:00:00 2001
2 From: Peter Robinson <pbrobinson@gmail.com>
3 Date: Mon, 10 Aug 2020 22:20:29 +0100
4 Subject: [PATCH] rpi: Use firmware provided device tree
5
6 Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
7 ---
8  configs/rpi_0_w_defconfig      | 2 +-
9  configs/rpi_2_defconfig        | 2 +-
10  configs/rpi_3_32b_defconfig    | 2 +-
11  configs/rpi_3_b_plus_defconfig | 2 +-
12  configs/rpi_3_defconfig        | 2 +-
13  configs/rpi_defconfig          | 2 +-
14  6 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig
17 index bba5e12b12..0241f4c6d3 100644
18 --- a/configs/rpi_0_w_defconfig
19 +++ b/configs/rpi_0_w_defconfig
20 @@ -17,7 +17,7 @@ CONFIG_CMD_GPIO=y
21  CONFIG_CMD_MMC=y
22  CONFIG_CMD_USB=y
23  CONFIG_CMD_FS_UUID=y
24 -CONFIG_OF_EMBED=y
25 +CONFIG_OF_BOARD=y
26  CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
27  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
28  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
29 diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig
30 index 1c2bbb29ce..9573e475f4 100644
31 --- a/configs/rpi_2_defconfig
32 +++ b/configs/rpi_2_defconfig
33 @@ -17,7 +17,7 @@ CONFIG_CMD_GPIO=y
34  CONFIG_CMD_MMC=y
35  CONFIG_CMD_USB=y
36  CONFIG_CMD_FS_UUID=y
37 -CONFIG_OF_EMBED=y
38 +CONFIG_OF_BOARD=y
39  CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
40  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
41  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
42 diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
43 index b8a3d17f43..252df994e6 100644
44 --- a/configs/rpi_3_32b_defconfig
45 +++ b/configs/rpi_3_32b_defconfig
46 @@ -18,7 +18,7 @@ CONFIG_CMD_GPIO=y
47  CONFIG_CMD_MMC=y
48  CONFIG_CMD_USB=y
49  CONFIG_CMD_FS_UUID=y
50 -CONFIG_OF_EMBED=y
51 +CONFIG_OF_BOARD=y
52  CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
53  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
54  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
55 diff --git a/configs/rpi_3_b_plus_defconfig b/configs/rpi_3_b_plus_defconfig
56 index 4c361438fa..3b2996a2f9 100644
57 --- a/configs/rpi_3_b_plus_defconfig
58 +++ b/configs/rpi_3_b_plus_defconfig
59 @@ -18,7 +18,7 @@ CONFIG_CMD_GPIO=y
60  CONFIG_CMD_MMC=y
61  CONFIG_CMD_USB=y
62  CONFIG_CMD_FS_UUID=y
63 -CONFIG_OF_EMBED=y
64 +CONFIG_OF_BOARD=y
65  CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
66  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
67  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
68 diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig
69 index 9b281a4f15..1e9ee6122e 100644
70 --- a/configs/rpi_3_defconfig
71 +++ b/configs/rpi_3_defconfig
72 @@ -18,7 +18,7 @@ CONFIG_CMD_GPIO=y
73  CONFIG_CMD_MMC=y
74  CONFIG_CMD_USB=y
75  CONFIG_CMD_FS_UUID=y
76 -CONFIG_OF_EMBED=y
77 +CONFIG_OF_BOARD=y
78  CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
79  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
80  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
81 diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
82 index b5ad53c37b..223fc03275 100644
83 --- a/configs/rpi_defconfig
84 +++ b/configs/rpi_defconfig
85 @@ -17,7 +17,7 @@ CONFIG_CMD_GPIO=y
86  CONFIG_CMD_MMC=y
87  CONFIG_CMD_USB=y
88  CONFIG_CMD_FS_UUID=y
89 -CONFIG_OF_EMBED=y
90 +CONFIG_OF_BOARD=y
91  CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
92  CONFIG_SYS_RELOC_GD_ENV_ADDR=y
93  CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
94 -- 
95 2.26.2
96
This page took 0.072243 seconds and 3 git commands to generate.