| Submitter | lumag |
|---|---|
| Date | Sept. 7, 2011, 2:03 p.m. |
| Message ID | <1315404187-18176-12-git-send-email-dbaryshkov@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/11181/ |
| State | Accepted, archived |
| Headers | show |
Comments
Patch
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' \
None of meta-hh boxes uses bigendian mode. Drop support for it. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> --- recipes-kernel/linux/linux.inc | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-)