diff options
| author | Tom Rini <[email protected]> | 2024-10-26 08:10:31 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-26 08:10:31 -0600 |
| commit | 8963d433eb5d4a9f3a9def84e9c61a45c13e72bc (patch) | |
| tree | 2721b8f554cfe71dfd4f857d71ec7c5cfca29c5e /doc/usage | |
| parent | 47423b81c2991934152ba9034e63fd7d5c9e88f0 (diff) | |
| parent | 7cec3e701940064b2cfc0cf8b80ff24c391c55ec (diff) | |
Merge tag 'u-boot-rockchip-20241026' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/22993
- New boards:
rk3566: Hardkernel ODROID-M1S
rk3588s: Hardkernel ODROID-M2
rk3588: NanoPC-T6 LTS
- Migrate to use USB_DWC3_GENERIC for rk3328
- Other board level config and dts update
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/environment.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst index cc33d3ec0f2..7bd9ffce8d8 100644 --- a/doc/usage/environment.rst +++ b/doc/usage/environment.rst @@ -323,6 +323,11 @@ netretry Useful on scripts which control the retry operation themselves. +rng_seed_size + Size of random value added to device-tree node /chosen/rng-seed. + This variable is given as a decimal number. + If unset, 64 bytes is used as the default. + silent_linux If set then Linux will be told to boot silently, by adding 'console=' to its command line. If "yes" it will be |
