]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - doc/README.cfi
board/ti/am335x: add support for beaglebone NOR Cape
[karo-tx-uboot.git] / doc / README.cfi
index d087ff0d63e6615e17c240f707861dfd3a324821..81e7cf1d7e6617018c80129c4016c59eacc6c1f8 100644 (file)
@@ -27,3 +27,16 @@ void flash_cmd_reset(flash_info_t *info)
 
 see also:
 http://www.mail-archive.com/u-boot@lists.denx.de/msg24368.html
+
+
+Config Option
+
+  CONFIG_SYS_MAX_FLASH_SECT: Number of sectors available on Flash device
+
+  CONFIG_SYS_FLASH_CFI_WIDTH: Data-width of the flash device
+
+  CONFIG_CMD_FLASH: Enables Flash command library
+
+  CONFIG_FLASH_CFI_DRIVER: Enables CFI Flash driver
+
+  CONFIG_FLASH_CFI_MTD: Enables MTD frame work for NOR Flash devices