From patchwork Wed Sep 7 14:03:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-handheld, 10/12] linux.inc: drop cortex-a8 fixup, none of meta-hh machines uses A8 Date: Wed, 07 Sep 2011 14:03:05 -0000 From: lumag X-Patchwork-Id: 11171 Message-Id: <1315404187-18176-11-git-send-email-dbaryshkov@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- recipes-kernel/linux/linux.inc | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc index a31669f..477726c 100644 --- a/recipes-kernel/linux/linux.inc +++ b/recipes-kernel/linux/linux.inc @@ -20,7 +20,6 @@ LOGO_SIZE ?= "." # to your kernel recipe, and then structure your logos for each resolution # accordingly. -CORTEXA8FIXUP ?= "yes" LOCALVERSION ?= "" do_configure_prepend() { @@ -51,12 +50,6 @@ 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" -a "${CORTEXA8FIXUP}" = "yes" ] ; then - sed -i -e /CONFIG_ARM_ERRATA_430973/d ${WORKDIR}/defconfig - echo "CONFIG_ARM_ERRATA_430973=y" >> ${S}/.config - fi - # # endian support #