Skip to content

Commit c6098ce

Browse files
committed
backport tested okay
Signed-off-by: Robert Nelson <[email protected]>
1 parent 2f498fa commit c6098ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ sgx () {
888888

889889
backports () {
890890
echo "dir: backports"
891-
${git} "${DIR}/patches/backports/0001-test-backport-v3.13.7-tpm_i2c_atmel.c.patch"
891+
${git} "${DIR}/patches/backports/0001-backport-v3.13.7-tpm_i2c_atmel.c.patch"
892892
}
893893

894894
am33x

patches/backports/0001-test-backport-v3.13.7-tpm_i2c_atmel.c.patch renamed to patches/backports/0001-backport-v3.13.7-tpm_i2c_atmel.c.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From 5206121ae12523ea098d5bb0411f8b14219a46ef Mon Sep 17 00:00:00 2001
1+
From 3295e0bbcc84baa77c589a012bca5631447801dc Mon Sep 17 00:00:00 2001
22
From: Robert Nelson <[email protected]>
33
Date: Tue, 8 Apr 2014 15:50:27 -0500
4-
Subject: [PATCH] test: backport (v3.13.7): tpm_i2c_atmel.c
4+
Subject: [PATCH] backport (v3.13.7): tpm_i2c_atmel.c
55

66
Signed-off-by: Robert Nelson <[email protected]>
77
---

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ toolchain="gcc_linaro_gnueabihf_4_7"
2929
#Kernel/Build
3030
KERNEL_REL=3.8
3131
KERNEL_TAG=${KERNEL_REL}.13
32-
BUILD=bone46.1
32+
BUILD=bone46.2
3333

3434
#v3.X-rcX + upto SHA
3535
#KERNEL_SHA=""

0 commit comments

Comments
 (0)