summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-03-01 15:09:30 -0600
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-03-10 08:43:50 +0100
commite77f7260d74ceab43fae8598093816f6981486d0 (patch)
tree04d3ce43d66a34808dfcd4b013d40403b2aa0fd8
parentbsps/include/libchip/disp_hcms29xx.h: Manual file header clean up (diff)
downloadrtems-e77f7260d74ceab43fae8598093816f6981486d0.tar.bz2
bsps/include/libchip/spi-fram-fm25l256.h: Manual file header clean up
Updates #4625.
-rw-r--r--bsps/include/libchip/spi-fram-fm25l256.h26
1 files changed, 9 insertions, 17 deletions
diff --git a/bsps/include/libchip/spi-fram-fm25l256.h b/bsps/include/libchip/spi-fram-fm25l256.h
index a2167a3074..a2d312d268 100644
--- a/bsps/include/libchip/spi-fram-fm25l256.h
+++ b/bsps/include/libchip/spi-fram-fm25l256.h
@@ -1,25 +1,17 @@
-/*===============================================================*\
-| Project: SPI driver for FM25L256 like spi fram device |
-+-----------------------------------------------------------------+
-| Copyright (c) 2008 |
-| 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 FM25L256 like spi fram device
+ *
* FIXME: currently, this driver only supports read/write accesses
* erase accesses are to be completed
*/
+/*
+ * Copyright (c) 2008 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_FRAM_FM25L256_H
#define _LIBCHIP_SPI_FRAM_FM25L256_H