summaryrefslogtreecommitdiffstats
path: root/drivers/nor/cfi_flash_new.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nor/cfi_flash_new.c')
-rw-r--r--drivers/nor/cfi_flash_new.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nor/cfi_flash_new.c b/drivers/nor/cfi_flash_new.c
index e114bd2be6..c9910eda09 100644
--- a/drivers/nor/cfi_flash_new.c
+++ b/drivers/nor/cfi_flash_new.c
@@ -45,7 +45,7 @@
#include <errno.h>
/*
- * 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.
*