diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-07 14:48:56 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-07 14:48:56 -0500 |
commit | 50e24381c097579ff2a8b171838347c82c2fba04 (patch) | |
tree | 211a78888bf1fa02244bb7dcd5963eaa050b9199 /doc/SPI/README.ti_qspi_dra_test | |
parent | 4dfe43849a4c76ac5fc2486d20e37d459f980a00 (diff) | |
parent | 4d40e009c06742df9582f8b54f37f6cea0680ba1 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-spi
- SPI-NOR support
Diffstat (limited to 'doc/SPI/README.ti_qspi_dra_test')
-rw-r--r-- | doc/SPI/README.ti_qspi_dra_test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/SPI/README.ti_qspi_dra_test b/doc/SPI/README.ti_qspi_dra_test index fe37857236..e89f53587f 100644 --- a/doc/SPI/README.ti_qspi_dra_test +++ b/doc/SPI/README.ti_qspi_dra_test @@ -22,7 +22,6 @@ Commands to erase/write u-boot/mlo to flash device -------------------------------------------------- U-Boot# sf probe 0 SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB, mapped at 5c000000 -SF: Warning - Only lower 16MiB accessible, Full access #define CONFIG_SPI_FLASH_BAR U-Boot# sf erase 0 0x10000 SF: 65536 bytes @ 0x0 Erased: OK U-Boot# sf erase 0x20000 0x10000 |