MX1 ADS: Rename files for better conformance to naming conventions

This commit is contained in:
Gregory Nutt
2015-03-21 14:08:07 -06:00
parent 0867006255
commit f7a89a2e57
4 changed files with 15 additions and 17 deletions
@@ -1,6 +1,5 @@
/************************************************************************************ /************************************************************************************
* configs/mx1ads/src/up_boot.c * configs/mx1ads/src/mx1_boot.c
* arch/arm/src/board/up_boot.c
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -49,7 +48,7 @@
#include "imx_gpio.h" #include "imx_gpio.h"
/************************************************************************************ /************************************************************************************
* Definitions * Pre-processor Definitions
************************************************************************************/ ************************************************************************************/
/************************************************************************************ /************************************************************************************
@@ -65,7 +64,7 @@
* *
* Description: * Description:
* All i.MX architectures must provide the following entry point. This entry point * All i.MX architectures must provide the following entry point. This entry point
* is called early in the intitialization -- after all memory has been configured * is called early in the initialization -- after all memory has been configured
* and mapped but before any devices have been initialized. * and mapped but before any devices have been initialized.
************************************************************************************/ ************************************************************************************/
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* configs/mx1ads/src/up_leds.c * configs/mx1ads/src/mx1_leds.c
* *
* Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved. * Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -1,6 +1,5 @@
/**************************************************************************** /****************************************************************************
* configs/mx1ads/src/up_network.c * configs/mx1ads/src/mx1_network.c
* arch/arm/src/board/up_network.c
* *
* Copyright (C) 2009 Gregory Nutt. All rights reserved. * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
@@ -50,7 +49,7 @@
extern void cs8900_initialize(void); extern void cs8900_initialize(void);
/**************************************************************************** /****************************************************************************
* Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************