[Buildroot] [PATCH 2/3] initial support for Blackfin processors

Mike Frysinger vapier at gentoo.org
Mon Feb 7 21:48:11 UTC 2011


On Mon, Feb 7, 2011 at 8:32 AM, Peter Korsgaard wrote:
>>>>>> "Mike" == Mike Frysinger <vapier at gentoo.org> writes:
>  Mike> +++ b/toolchain/toolchain-common.in
>  Mike> @@ -67,7 +67,7 @@ config BR2_NEEDS_GETTEXT_IF_LOCALE
>  Mike>          default y if (BR2_NEEDS_GETTEXT && BR2_ENABLE_LOCALE)
>
>  Mike>  config BR2_USE_MMU
>  Mike> -        bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa
>  Mike> +        bool "Enable MMU support" if BR2_arm || BR2_armeb || BR2_bfin || BR2_mips || BR2_mipsel || BR2_sh || BR2_xtensa
>  Mike>          default y
>
> Bfin doesn't have MMU, right? So enabling USE_MMU doesn't make sense.
> I've changed it to be 'default y if !BR2_bfin' - Committed, thanks.

thanks ... that obviousness obviously didnt occur to me :)
-mike



More information about the buildroot mailing list