diff options
| author | Tom Rini <[email protected]> | 2023-12-08 22:00:01 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-08 22:00:01 -0500 |
| commit | e9742cb67ffb174759c0536860fedf4c6a3dff82 (patch) | |
| tree | 330f0cab3e186c81e6fc45e21ef6afd06f0d66c0 /doc | |
| parent | dd638467a4c9131e6732ce489d335b0309d8f13d (diff) | |
| parent | d2e1cc69a24719e9939a84dc42bdf281af6ec35d (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
The first four patches are actual fixes. The last three patches add
support for the apparently popular OrangePi Zero 3 board: multiple
people seem to be champing at the bit, so I'd rather give them
something real instead of people using random trees they found on the
Internet. It's actually mostly the new defconfig file anyway, so the
chances for regressions are very slim.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/allwinner/sunxi.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/board/allwinner/sunxi.rst b/doc/board/allwinner/sunxi.rst index 797222d8d34..d0c89b956b1 100644 --- a/doc/board/allwinner/sunxi.rst +++ b/doc/board/allwinner/sunxi.rst @@ -251,8 +251,7 @@ the SPI flash content from Linux, using the `MTD utils`_:: # apt-get install mtd-utils # mtdinfo - # mtd_debug erase /dev/mtdX 0 0xf0000 - # mtd_debug write /dev/mtdX 0 0xf0000 u-boot-sunxi-with-spl.bin + # flashcp -v u-boot-sunxi-with-spl.bin /dev/mtdX ``/dev/mtdX`` needs to be replaced with the respective device name, as listed in the output of ``mtdinfo``. |
