Skip to content

Commit 2c75f9f

Browse files
committed
Signed-off-by: Robert Nelson <[email protected]>
1 parent 652110f commit 2c75f9f

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

patches/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,6 +2749,7 @@ CONFIG_RTC_INTF_DEV=y
27492749
# CONFIG_RTC_DRV_RS5C372 is not set
27502750
# CONFIG_RTC_DRV_ISL1208 is not set
27512751
# CONFIG_RTC_DRV_ISL12022 is not set
2752+
# CONFIG_RTC_DRV_ISL12057 is not set
27522753
# CONFIG_RTC_DRV_X1205 is not set
27532754
# CONFIG_RTC_DRV_PALMAS is not set
27542755
# CONFIG_RTC_DRV_PCF2127 is not set

patches/example_imx_v6_v7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2436,6 +2436,7 @@ CONFIG_RTC_INTF_DEV_UIE_EMUL=y
24362436
# CONFIG_RTC_DRV_RS5C372 is not set
24372437
# CONFIG_RTC_DRV_ISL1208 is not set
24382438
# CONFIG_RTC_DRV_ISL12022 is not set
2439+
# CONFIG_RTC_DRV_ISL12057 is not set
24392440
# CONFIG_RTC_DRV_X1205 is not set
24402441
# CONFIG_RTC_DRV_PCF2127 is not set
24412442
# CONFIG_RTC_DRV_PCF8523 is not set

patches/example_omap2plus_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2501,6 +2501,7 @@ CONFIG_RTC_INTF_DEV=y
25012501
# CONFIG_RTC_DRV_RS5C372 is not set
25022502
# CONFIG_RTC_DRV_ISL1208 is not set
25032503
# CONFIG_RTC_DRV_ISL12022 is not set
2504+
# CONFIG_RTC_DRV_ISL12057 is not set
25042505
# CONFIG_RTC_DRV_X1205 is not set
25052506
# CONFIG_RTC_DRV_PALMAS is not set
25062507
# CONFIG_RTC_DRV_PCF2127 is not set

patches/ref_multi_v7_defconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,13 @@ CONFIG_ARCH_ZYNQ=y
466466
CONFIG_PLAT_ORION=y
467467
CONFIG_PLAT_VERSATILE=y
468468
CONFIG_ARM_TIMER_SP804=y
469+
CONFIG_ARCH_SUPPORTS_FIRMWARE=y
470+
CONFIG_ARCH_SUPPORTS_TRUSTED_FOUNDATIONS=y
471+
472+
#
473+
# Firmware options
474+
#
475+
# CONFIG_TRUSTED_FOUNDATIONS is not set
469476

470477
#
471478
# Processor Type
@@ -1490,6 +1497,7 @@ CONFIG_GPIO_GENERIC=y
14901497
#
14911498
# Memory mapped GPIO drivers:
14921499
#
1500+
# CONFIG_GPIO_DAVINCI is not set
14931501
CONFIG_GPIO_GENERIC_PLATFORM=y
14941502
# CONFIG_GPIO_EM is not set
14951503
CONFIG_GPIO_MVEBU=y
@@ -2189,6 +2197,7 @@ CONFIG_RTC_INTF_DEV=y
21892197
# CONFIG_RTC_DRV_RS5C372 is not set
21902198
# CONFIG_RTC_DRV_ISL1208 is not set
21912199
# CONFIG_RTC_DRV_ISL12022 is not set
2200+
# CONFIG_RTC_DRV_ISL12057 is not set
21922201
# CONFIG_RTC_DRV_X1205 is not set
21932202
# CONFIG_RTC_DRV_PCF2127 is not set
21942203
# CONFIG_RTC_DRV_PCF8523 is not set
@@ -2246,6 +2255,7 @@ CONFIG_RTC_DRV_SPEAR=y
22462255
# CONFIG_RTC_DRV_PL030 is not set
22472256
CONFIG_RTC_DRV_PL031=y
22482257
CONFIG_RTC_DRV_VT8500=y
2258+
# CONFIG_RTC_DRV_SUNXI is not set
22492259
# CONFIG_RTC_DRV_MV is not set
22502260
CONFIG_RTC_DRV_TEGRA=y
22512261
# CONFIG_RTC_DRV_MXC is not set

version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ toolchain="gcc_linaro_gnueabihf_4_8"
2929
#Kernel/Build
3030
KERNEL_REL=3.13
3131
KERNEL_TAG=${KERNEL_REL}
32-
BUILD=armv7-devel-r17
32+
BUILD=armv7-devel-r18
3333

3434
#v3.X-rcX + upto SHA
35-
KERNEL_SHA="903a9f77d1d00c8621bc37afd959ac45a4b3ebec"
35+
KERNEL_SHA="0ba3307a8ec35252f7b1e222e32889a6f3d9ceb3"
3636

3737
#git branch
3838
#BRANCH="v3.13.x"

0 commit comments

Comments
 (0)