mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-19 04:41:30 +02:00
Implement a Miscellaneous uclass with generic read or write operations. This class is used only for those do not fit other more general classes. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Simon Glass <sjg@chromium.org>