mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
d622ac3927
commit
33fcd1bbd5
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue