From 89e0552d92179c5fb6cf14ac6466bd25f3b7bbb1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 27 Apr 2010 17:37:46 +0200 Subject: [PATCH] linux.inc: add angstrom-only hack for angstrom-only toolchain issue --- recipes/linux/linux.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc index 39d04e19ae..6513db2d25 100644 --- a/recipes/linux/linux.inc +++ b/recipes/linux/linux.inc @@ -89,6 +89,12 @@ do_configure_prepend() { echo "CONFIG_ARM_THUMB=y" >> ${S}/.config fi + # Enable thumb2 fixup for specific issue in angstrom toolchains when used on A8 r1p[012] silicon + if [ "${DISTRO_NAME}" = "Angstrom" ] ; then + sed -i -e /CONFIG_ARM_ERRATA_430973/d ${WORKDIR}/defconfig + echo "CONFIG_ARM_ERRATA_430973=y" >> ${S}/.config + fi + # # endian support # -- 2.39.5