1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

usb: rockchip: implement K_FW_LBA_ERASE_10 command

This command is part of the write partition sequence performed by
rkdeveloptool: one partition is first completely erased and
than wrote.

Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Alberto Panizzo
2018-07-12 13:05:45 +02:00
committed by Marek Vasut
parent e11f9166f3
commit f68c8e827c
3 changed files with 50 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ Current set of rkdeveloptool commands supported:
- td : Test Device Ready
- rl : Read blocks using LBA
- wl : Write blocks using LBA
- wlx: Write partition
To do
-----