[U-Boot] [PATCH v7 01/15] tegra20: rename tegra2 -> tegra20

Simon Glass sjg at chromium.org
Thu Jul 19 13:30:54 CEST 2012


Hi Allen,

On Tue, Jul 17, 2012 at 12:02 AM, Allen Martin <amartin at nvidia.com> wrote:
> This is make naming consistent with the kernel and devicetree and in
> preparation of pulling out the common tegra20 code.
>
> Signed-off-by: Allen Martin <amartin at nvidia.com>
> Acked-by: Stephen Warren <swarren at wwwdotorg.org>
> Tested-by: Thierry Reding <thierry.reding at avionic-design.de>

...

> diff --git a/include/configs/tec.h b/include/configs/tec.h
> index 3d0a788..39400d9 100644
> --- a/include/configs/tec.h
> +++ b/include/configs/tec.h
> @@ -26,21 +26,21 @@
>  #ifndef __CONFIG_H
>  #define __CONFIG_H
>
> -#include "tegra2-common.h"
> +#include "tegra20-common.h"
>
>  /* Enable fdt support for TEC. Flash the image in u-boot-dtb.bin */
> -#define CONFIG_DEFAULT_DEVICE_TREE     tegra2-tec
> +#define CONFIG_DEFAULT_DEVICE_TREE     tegra20-tec
>  #define CONFIG_OF_CONTROL
>  #define CONFIG_OF_SEPARATE
>
>  /* High-level configuration options */
> -#define V_PROMPT                       "Tegra2 (TEC) # "
> -#define CONFIG_TEGRA2_BOARD_STRING     "Avionic Design Tamonten Evaluation Carrier"
> +#define V_PROMPT                       "Tegra20 (TEC) # "
> +#define CONFIG_TEGRA20_BOARD_STRING    "Avionic Design Tamonten Evaluation Carrier"

Just a nit here - this is over 80cols.

Regards,
Simon


More information about the U-Boot mailing list