[PATCH 13/16] omap: Use correct label in arch/arm/Makefile

Nishanth Menon menon.nishanth at gmail.com
Wed Dec 9 14:13:27 EST 2009


Sascha,

On Wed, Dec 9, 2009 at 3:03 AM, Sascha Hauer <s.hauer at pengutronix.de> wrote:
> Currently all omap boards reside in boards/omap. This is
> probably not a good idea as it leaves no good place to
> put custom omap boards in. Anyway, make the boards compile
> again until someone provides a better solution.
The choice was a concious choice inline with arch/arm/mach-omap2. the
rationale for the decision was:
all boards share mostly similar features and it allows us to reuse
from the same directory structure instead of having to mess around
with half a dozen of them..

>
> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
> ---
>  arch/arm/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/Makefile b/arch/arm/Makefile
> index 51001c4..377210d 100644
> --- a/arch/arm/Makefile
> +++ b/arch/arm/Makefile
> @@ -59,7 +59,7 @@ board-$(CONFIG_MACH_IMX27ADS)                 := imx27ads
>  board-$(CONFIG_MACH_MMCCPU)                    := mmccpu
>  board-$(CONFIG_MACH_MX1ADS)                    := mx1ads
>  board-$(CONFIG_MACH_NXDB500)                   := netx
> -board-$(CONFIG_MACH_OMAP)                      := omap
> +board-$(CONFIG_ARCH_OMAP)                      := omap
>  board-$(CONFIG_MACH_PCA100)                    := phycard-i.MX27
>  board-$(CONFIG_MACH_PCM037)                    := pcm037
>  board-$(CONFIG_MACH_PCM038)                    := pcm038
> --
> 1.6.5.2
>
>
> _______________________________________________
> u-boot-v2 mailing list
> u-boot-v2 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/u-boot-v2
>




More information about the u-boot-v2 mailing list