diff options
author | Eric Nelson <eric@nelint.com> | 2018-01-18 08:36:26 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-02-04 12:00:58 +0100 |
commit | d8acc9deeca10992caedb66e0d507bd07b86ee2b (patch) | |
tree | 2b5131acd3e567e944c4e766e945d4b7bc3f25b0 /include | |
parent | 0093b3fcd83a77b18be2f8d7833a597032df6fdf (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6memcal.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/mx6memcal.h b/include/configs/mx6memcal.h index 28c67c493ee..5be8ce419d9 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+ */ |