aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSimon Glass2014-06-12 00:29:46 -0500
committerSimon Glass2014-06-20 12:55:25 -0500
commit2eb31b13d95e4cca8f21fe54e7b064b771a0383b (patch)
treed54c9b6ddd3303dd422f595aeeba4d9c8e99d5d0 /README
parentae7f4513087e7f7996cebc9db642917dde9ea561 (diff)
downloadu-boot-2eb31b13d95e4cca8f21fe54e7b064b771a0383b.tar.gz
u-boot-2eb31b13d95e4cca8f21fe54e7b064b771a0383b.tar.xz
u-boot-2eb31b13d95e4cca8f21fe54e7b064b771a0383b.zip
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: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index d0723701c8..fe5cacbaa5 100644
--- a/README
+++ b/README
@@ -5331,6 +5331,11 @@ Information structure as we define in include/asm-<arch>/u-boot.h,
5331and make sure that your definition of IMAP_ADDR uses the same value 5331and make sure that your definition of IMAP_ADDR uses the same value
5332as your U-Boot configuration in CONFIG_SYS_IMMR. 5332as your U-Boot configuration in CONFIG_SYS_IMMR.
5333 5333
5334Note that U-Boot now has a driver model, a unified model for drivers.
5335If you are adding a new driver, plumb it into driver model. If there
5336is no uclass available, you are encouraged to create one. See
5337doc/driver-model.
5338
5334 5339
5335Configuring the Linux kernel: 5340Configuring the Linux kernel:
5336----------------------------- 5341-----------------------------