]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dm: Update README to encourage conversion to driver model
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 05:29:46 +0000 (23:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Jun 2014 17:55:25 +0000 (11:55 -0600)
Add a note to encourage people to convert drivers to use driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>
README

diff --git a/README b/README
index d0723701c8c511900ecf9e9380fc00a516abeb6b..fe5cacbaa55a86450838b0cc129b538732a8daea 100644 (file)
--- a/README
+++ b/README
@@ -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
 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:
 -----------------------------