[U-Boot] [PATCH] ARM: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board
Marek Vasut
marek.vasut at gmail.com
Sun Oct 30 00:47:46 CEST 2011
> * re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board
>
> Signed-off-by: Jens Scharsig <js_at_ng at scharsoft.de>
> ---
> include/configs/eb_cpux9k2.h | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
> index 4324172..e437f25 100644
> --- a/include/configs/eb_cpux9k2.h
> +++ b/include/configs/eb_cpux9k2.h
> @@ -42,6 +42,10 @@
> #define CONFIG_BOARD_EARLY_INIT_F
>
> /*------------------------------------------------------------------------
> --*/ +#ifndef MACH_TYPE_EB_CPUX9K2
> +#define MACH_TYPE_EB_CPUX9K2 1977
> +#endif
> +/*------------------------------------------------------------------------
> --*/ #define CONFIG_SYS_TEXT_BASE 0x00000000
> #define CONFIG_SYS_LOAD_ADDR 0x21000000 /* default load address */
You don't need the ifndef. Cheers
More information about the U-Boot
mailing list