mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
63 lines
1.3 KiB
Diff
63 lines
1.3 KiB
Diff
|
From 566ac9360786d1b404507893336f1e576e5f4279 Mon Sep 17 00:00:00 2001
|
||
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||
|
Date: Sun, 2 Sep 2018 19:20:16 -0600
|
||
|
Subject: [PATCH 4/4] rockchip: jerry: Revert .its changes
|
||
|
|
||
|
---
|
||
|
doc/chromium/chromebook_jerry.its | 16 ++++++++--------
|
||
|
1 file changed, 8 insertions(+), 8 deletions(-)
|
||
|
|
||
|
diff --git a/doc/chromium/chromebook_jerry.its b/doc/chromium/chromebook_jerry.its
|
||
|
index 7505a20535..8cff840e00 100644
|
||
|
--- a/doc/chromium/chromebook_jerry.its
|
||
|
+++ b/doc/chromium/chromebook_jerry.its
|
||
|
@@ -5,7 +5,7 @@
|
||
|
#address-cells = <1>;
|
||
|
|
||
|
images {
|
||
|
- kernel {
|
||
|
+ kernel@1 {
|
||
|
description = "U-Boot mainline";
|
||
|
type = "kernel_noload";
|
||
|
arch = "arm";
|
||
|
@@ -14,29 +14,29 @@
|
||
|
compression = "none";
|
||
|
load = <0>;
|
||
|
entry = <0>;
|
||
|
- hash-2 {
|
||
|
+ hash@2 {
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
- fdt-1{
|
||
|
+ fdt@1{
|
||
|
description = "rk3288-veryron-jerry.dtb";
|
||
|
data = /incbin/("../../b/chromebook_jerry/u-boot.dtb");
|
||
|
type = "flat_dt";
|
||
|
arch = "arm";
|
||
|
compression = "none";
|
||
|
- hash-1{
|
||
|
+ hash@1{
|
||
|
algo = "sha1";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
configurations {
|
||
|
- default = "config-1";
|
||
|
- config-1 {
|
||
|
+ default = "config@1";
|
||
|
+ config@1 {
|
||
|
description = "Boot U-Boot";
|
||
|
- kernel = "kernel";
|
||
|
- fdt = "fdt-1";
|
||
|
+ kernel = "kernel@1";
|
||
|
+ fdt = "fdt@1";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
--
|
||
|
2.18.0
|
||
|
|