summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-03-01 15:05:51 -0600
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-10 08:43:50 +0100
commit2ccb2fc5654db9c7ea2af477dc93409b85d7d2cb (patch)
treeb56cc7896a2d2011a4acb1a3bee97bdef95d8296
parentpowerpc/mpc55xxevb: Manual file header clean up (diff)
downloadrtems-2ccb2fc5654db9c7ea2af477dc93409b85d7d2cb.tar.bz2
include/libchip/spi-flash-m25p40.h: Manual file header clean up
Updates #4625.
-rw-r--r--bsps/include/libchip/spi-flash-m25p40.h26
1 files changed, 9 insertions, 17 deletions
diff --git a/bsps/include/libchip/spi-flash-m25p40.h b/bsps/include/libchip/spi-flash-m25p40.h
index 2009b6fed3..fdd11f8ecf 100644
--- a/bsps/include/libchip/spi-flash-m25p40.h
+++ b/bsps/include/libchip/spi-flash-m25p40.h
@@ -1,25 +1,17 @@
-/*===============================================================*\
-| Project: SPI driver for M25P40 like spi flash device |
-+-----------------------------------------------------------------+
-| Copyright (c) 2007 |
-| Embedded Brains GmbH |
-| Obere Lagerstr. 30 |
-| D-82178 Puchheim |
-| Germany |
-| rtems@embedded-brains.de |
-+-----------------------------------------------------------------+
-| The license and distribution terms for this file may be |
-| found in the file LICENSE in this distribution or at |
-| |
-| http://www.rtems.org/license/LICENSE. |
-| |
-+-----------------------------------------------------------------+
-\*===============================================================*/
/*
+ * SPI driver for M25P40 like spi flash device
+ *
* FIXME: currently, this driver only supports read/write accesses
* erase accesses are to be completed
*/
+/*
+ * Copyright (c) 2007 embedded brains GmbH. All rights reserved.
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
#ifndef _LIBCHIP_SPI_FLASH_M25P40_H
#define _LIBCHIP_SPI_FLASH_M25P40_H