projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d622ac3
)
dm: README: recommend u-boot.dtb to try driver-model on sandbox
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Fri, 19 Dec 2014 05:16:44 +0000
(14:16 +0900)
committer
Simon Glass
<sjg@chromium.org>
Tue, 6 Jan 2015 00:45:15 +0000
(17:45 -0700)
To enjoy driver-model on sandbox, using device tree is recommended.
While we are here, change sandbox_config to sandbox_defconfig too.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
doc/driver-model/README.txt
patch
|
blob
|
history
diff --git
a/doc/driver-model/README.txt
b/doc/driver-model/README.txt
index 3e2f62265793d09dc4d2277636ffffec0f62b494..eafa825ab44a00969f27dd805a4a504b59b74720 100644
(file)
--- a/
doc/driver-model/README.txt
+++ b/
doc/driver-model/README.txt
@@
-36,9
+36,9
@@
How to try it
Build U-Boot sandbox and run it:
- make sandbox_config
+ make sandbox_
def
config
make
- ./u-boot
+ ./u-boot
-d u-boot.dtb
(type 'reset' to exit U-Boot)