Skip to content

Commit 4011643

Browse files
committed
3.15-rc5-bone0 release
Signed-off-by: Robert Nelson <[email protected]>
1 parent a8df3ac commit 4011643

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

patches/defconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm 3.15.0-rc4 Kernel Configuration
3+
# Linux/arm 3.15.0-rc5 Kernel Configuration
44
#
55
CONFIG_ARM=y
66
CONFIG_ARM_HAS_SG_CHAIN=y
@@ -1259,6 +1259,7 @@ CONFIG_CAN_GRCAN=m
12591259
# CONFIG_CAN_SJA1000 is not set
12601260
CONFIG_CAN_C_CAN=m
12611261
CONFIG_CAN_C_CAN_PLATFORM=m
1262+
# CONFIG_CAN_C_CAN_STRICT_FRAME_ORDERING is not set
12621263
# CONFIG_CAN_CC770 is not set
12631264

12641265
#
@@ -4565,7 +4566,7 @@ CONFIG_AD7791=m
45654566
CONFIG_AD7793=m
45664567
CONFIG_AD7887=m
45674568
CONFIG_AD7923=m
4568-
CONFIG_EXYNOS_ADC=y
4569+
CONFIG_EXYNOS_ADC=m
45694570
CONFIG_MAX1363=m
45704571
CONFIG_MCP320X=m
45714572
CONFIG_MCP3422=m

patches/ref_omap2plus_defconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm 3.15.0-rc4 Kernel Configuration
3+
# Linux/arm 3.15.0-rc5 Kernel Configuration
44
#
55
CONFIG_ARM=y
66
CONFIG_ARM_HAS_SG_CHAIN=y
@@ -764,6 +764,7 @@ CONFIG_CAN_CALC_BITTIMING=y
764764
# CONFIG_CAN_SJA1000 is not set
765765
CONFIG_CAN_C_CAN=m
766766
CONFIG_CAN_C_CAN_PLATFORM=m
767+
# CONFIG_CAN_C_CAN_STRICT_FRAME_ORDERING is not set
767768
# CONFIG_CAN_CC770 is not set
768769

769770
#

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ toolchain="gcc_linaro_gnueabihf_4_8"
2727

2828
#Kernel/Build
2929
KERNEL_REL=3.15
30-
KERNEL_TAG=${KERNEL_REL}-rc4
30+
KERNEL_TAG=${KERNEL_REL}-rc5
3131
BUILD=bone0
3232

3333
#v3.X-rcX + upto SHA

0 commit comments

Comments
 (0)