Commit 2eb31b13 authored by Simon Glass's avatar Simon Glass
Browse files

dm: Update README to encourage conversion to driver model



Add a note to encourage people to convert drivers to use driver model.
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent ae7f4513
...@@ -5331,6 +5331,11 @@ Information structure as we define in include/asm-<arch>/u-boot.h, ...@@ -5331,6 +5331,11 @@ Information structure as we define in include/asm-<arch>/u-boot.h,
and make sure that your definition of IMAP_ADDR uses the same value and make sure that your definition of IMAP_ADDR uses the same value
as your U-Boot configuration in CONFIG_SYS_IMMR. as your U-Boot configuration in CONFIG_SYS_IMMR.
Note that U-Boot now has a driver model, a unified model for drivers.
If you are adding a new driver, plumb it into driver model. If there
is no uclass available, you are encouraged to create one. See
doc/driver-model.
Configuring the Linux kernel: Configuring the Linux kernel:
----------------------------- -----------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment