From patchwork Wed Sep 7 14:03:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-handheld,11/12] linux.inc: drop bigendian support Date: Wed, 07 Sep 2011 14:03:06 -0000 From: lumag X-Patchwork-Id: 11181 Message-Id: <1315404187-18176-12-git-send-email-dbaryshkov@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Dmitry Eremin-Solenikov None of meta-hh boxes uses bigendian mode. Drop support for it. 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 477726c..d08cf5a 100644 --- a/recipes-kernel/linux/linux.inc +++ b/recipes-kernel/linux/linux.inc @@ -50,13 +50,6 @@ do_configure_prepend() { echo "CONFIG_ARM_THUMB=y" >> ${S}/.config fi - # - # endian support - # - if [ "${SITEINFO_ENDIANNESS}" = "be" ]; then - echo "CONFIG_CPU_BIG_ENDIAN=y" >> ${S}/.config - fi - echo "CONFIG_CMDLINE=\"${CMDLINE} ${CMDLINE_DEBUG}\"" >> ${S}/.config sed -e '/CONFIG_AEABI/d' \