summaryrefslogtreecommitdiffstats
path: root/drivers/nor/cfi_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nor/cfi_flash.c')
-rw-r--r--drivers/nor/cfi_flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/nor/cfi_flash.c b/drivers/nor/cfi_flash.c
index 7131aa5707..37206d0e52 100644
--- a/drivers/nor/cfi_flash.c
+++ b/drivers/nor/cfi_flash.c
@@ -1490,9 +1490,9 @@ device_initcall(cfi_init);
/**
* @file
- * @brief This file implements a Common Flash Interface (CFI) driver for U-Boot.
+ * @brief This file implements a Common Flash Interface (CFI) driver for barebox.
*
- * This file implements a Common Flash Interface (CFI) driver for U-Boot.
+ * This file implements a Common Flash Interface (CFI) driver for barebox.
* The width of the port and the width of the chips are determined at initialization.
* These widths are used to calculate the address for access CFI data structures.
*