diff options
| author | Tom Rini <[email protected]> | 2023-02-10 13:41:27 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-10 13:41:27 -0500 |
| commit | a1e6b529e57c622e862e93fa6da03d9504565089 (patch) | |
| tree | 1b756fb08296e17f4edec6f4dd40c7a6e2fb9a80 /doc | |
| parent | 8b301102e246350a0ccedc370f7c9923b02f86f2 (diff) | |
| parent | add396d66703c6c422353f950e584fae2a786a20 (diff) | |
Merge branch '2023-02-10-assorted-updates-and-additions'
- DM_SERIAL conversion for bcm7xxx, button input driver, qcom updates,
environment and network related cleanup, ftmac100 update, add a
IS_ENABLED conversion that was just missed.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.bcm7xxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/README.bcm7xxx b/doc/README.bcm7xxx index 9b5eae4741a..6839da5f974 100644 --- a/doc/README.bcm7xxx +++ b/doc/README.bcm7xxx @@ -31,6 +31,12 @@ ${CROSS_COMPILE}strip u-boot Run === +To tell U-Boot which serial port to use for its console, set the +"stdout-path" property in the "/chosen" node of the BOLT-generated +device tree. For example: + +BOLT> dt add prop chosen stdout-path s serial0:115200n8 + Flash the u-boot binary into board storage, then invoke it from BOLT. For example: |
