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

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+ */

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
participants (2)
-
Eric Nelson
-
Stefano Babic