Module: meta-ti Branch: master Commit: b478431b3cb62dae735c26fa2dfd025ffbf0776c URL: http://arago-project.org/git/meta-ti.git?a=commit;h=b478431b3cb62dae735c26fa2dfd025ffbf0776c
Author: Denys Dmytriyenko <[email protected]> Date: Thu May 3 15:16:55 2012 -0400 beaglebone: re-enable THUMB2_KERNEL in defconfig, as it affects boot time by .5s This reverts commit 3c693c26087aa148b944166083b5336f05d1c15b. Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../linux/linux-ti33x-psp-3.2/beaglebone/defconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig index 42be8cd..0912875 100644 --- a/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig +++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/defconfig @@ -420,7 +420,8 @@ CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set CONFIG_HZ=100 -# CONFIG_THUMB2_KERNEL is not set +CONFIG_THUMB2_KERNEL=y +CONFIG_THUMB2_AVOID_R_ARM_THM_JUMP11=y CONFIG_ARM_ASM_UNIFIED=y CONFIG_AEABI=y CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
