diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-19 14:16:44 +0900 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-05 17:45:15 -0700 |
commit | 33fcd1bbd577d2b8f1e762dd69014f20259eb3aa (patch) | |
tree | 703f5db0b5fa63bed0be6a103e796d33871389b3 /doc/driver-model | |
parent | d622ac39274a949b6445f1bfd92dc1644014388b (diff) |
dm: README: recommend u-boot.dtb to try driver-model on sandbox
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>
Diffstat (limited to 'doc/driver-model')
-rw-r--r-- | doc/driver-model/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/driver-model/README.txt b/doc/driver-model/README.txt index 3e2f6226579..eafa825ab44 100644 --- 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_defconfig make - ./u-boot + ./u-boot -d u-boot.dtb (type 'reset' to exit U-Boot) |