[U-Boot] [PATCH v5 06/15] dm: Update README to encourage conversion to driver model
Simon Glass
sjg at chromium.org
Wed Jun 11 01:53:39 CEST 2014
Add a note to encourage people to convert drivers to use driver model.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2:
- Update README to encourage conversion to driver model
README | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README b/README
index 21605b8..99edd5f 100644
--- a/README
+++ b/README
@@ -5334,6 +5334,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:
-----------------------------
--
2.0.0.526.g5318336
More information about the U-Boot
mailing list