diff mbox series

[U-Boot] mx6memcal: fix comment in board header file

Message ID 1516289786-17537-1-git-send-email-eric@nelint.com
State Accepted
Commit d8acc9deeca10992caedb66e0d507bd07b86ee2b
Delegated to: Stefano Babic
Headers show
Series [U-Boot] mx6memcal: fix comment in board header file | expand

Commit Message

Eric Nelson Jan. 18, 2018, 3:36 p.m. UTC
The board header file included a reference to the starting point
from nitrogen6x.h, but since so much changed, the file bears
little resemblance to that file.

Signed-off-by: Eric Nelson <eric@nelint.com>
---
 include/configs/mx6memcal.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Stefano Babic Feb. 4, 2018, 10:06 a.m. UTC | #1
On 18/01/2018 16:36, Eric Nelson wrote:
> The board header file included a reference to the starting point
> from nitrogen6x.h, but since so much changed, the file bears
> little resemblance to that file.
> 
> Signed-off-by: Eric Nelson <eric@nelint.com>
> ---
>  include/configs/mx6memcal.h | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/include/configs/mx6memcal.h b/include/configs/mx6memcal.h
> index 28c67c4..5be8ce4 100644
> --- a/include/configs/mx6memcal.h
> +++ b/include/configs/mx6memcal.h
> @@ -1,8 +1,7 @@
>  /*
> - * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
> + * Copyright (C) 2010-2018 Freescale Semiconductor, Inc.
>   *
> - * Configuration settings for the Boundary Devices Nitrogen6X
> - * and Freescale i.MX6Q Sabre Lite boards.
> + * Configuration settings for the virtual mx6memcal board.
>   *
>   * SPDX-License-Identifier:	GPL-2.0+
>   */
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/mx6memcal.h b/include/configs/mx6memcal.h
index 28c67c4..5be8ce4 100644
--- a/include/configs/mx6memcal.h
+++ b/include/configs/mx6memcal.h
@@ -1,8 +1,7 @@ 
 /*
- * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
+ * Copyright (C) 2010-2018 Freescale Semiconductor, Inc.
  *
- * Configuration settings for the Boundary Devices Nitrogen6X
- * and Freescale i.MX6Q Sabre Lite boards.
+ * Configuration settings for the virtual mx6memcal board.
  *
  * SPDX-License-Identifier:	GPL-2.0+
  */