Re: [PATCH 1/1 v2] ARM: i.MX31: Add support for mx31moboard board

Alexander Shiyan shc_work at mail.ru
Fri Feb 28 11:35:11 EST 2014


Пятница, 28 февраля 2014, 17:27 +01:00 от Philippe Rétornaz <philippe.retornaz at epfl.ch>:
> The mx31moboard is used on the marXbot, Eyebot and Footbot robot.
...
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index 79ea694..b7e7533 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -14,6 +14,7 @@ config ARCH_TEXT_BASE
>  	default 0xa7f00000 if MACH_PCA100
>  	default 0xa0000000 if MACH_PCM038
>  	default 0x87f00000 if MACH_PCM037
> +	default 0x87f00000 if MACH_MX31MOBOARD
>  	default 0x87f00000 if MACH_PCM043
>  	default 0x08f80000 if MACH_SCB9328
>  	default 0xa7e00000 if MACH_NESO
> @@ -363,6 +364,16 @@ config MACH_PCM037
>  	  Say Y here if you are using Phytec's phyCORE-i.MX31 (pcm037) equipped
>  	  with a Freescale i.MX31 Processor

Just a hint for Sascha. Can we replace all of these with
default 0xXX if ARCH_IMXxx?

---


More information about the barebox mailing list