[U-Boot] [PATCH 8/13] imx31_litekit: Place machine ID into board config
Stefano Babic
sbabic at denx.de
Fri Sep 23 10:53:46 CEST 2011
On 09/22/2011 08:07 PM, Fabio Estevam wrote:
> Let common code set the machine ID.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
> board/logicpd/imx31_litekit/imx31_litekit.c | 1 -
> include/configs/imx31_litekit.h | 2 ++
> 2 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/board/logicpd/imx31_litekit/imx31_litekit.c b/board/logicpd/imx31_litekit/imx31_litekit.c
> index 0402a0b..7214008 100644
> --- a/board/logicpd/imx31_litekit/imx31_litekit.c
> +++ b/board/logicpd/imx31_litekit/imx31_litekit.c
> @@ -70,7 +70,6 @@ int board_early_init_f(void)
>
> int board_init(void)
> {
> - gd->bd->bi_arch_number = MACH_TYPE_MX31LITE; /* board id for linux */
> gd->bd->bi_boot_params = (0x80000100); /* adress of boot parameters */
>
> return 0;
> diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h
> index 2a02b3d..5e976bc 100644
> --- a/include/configs/imx31_litekit.h
> +++ b/include/configs/imx31_litekit.h
> @@ -41,6 +41,8 @@
>
> #define CONFIG_SYS_TEXT_BASE 0xa0000000
>
> +#define CONFIG_MACH_TYPE MACH_TYPE_MX31LITE
> +
> /* Temporarily disabled */
> #if 0
> #define CONFIG_OF_LIBFDT 1
Applied to u-boot-imx, next branch, thanks.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
More information about the U-Boot
mailing list