diff options
| author | Tom Rini <[email protected]> | 2017-05-30 14:07:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-30 14:07:23 -0400 |
| commit | ccbbada0a59fead35495409d0c2c7bcb22a40278 (patch) | |
| tree | 04acadf027384a90ec4fb2ff19f5b4a0849ae6bc /doc | |
| parent | 380e86f361e4e2aef83295972863654fde157560 (diff) | |
| parent | de59d10cd0a4e79c85e4f791fb8f023164d0890e (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/device-tree-bindings/config.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/config.txt b/doc/device-tree-bindings/config.txt index d4bc1df5531..fe0e04af92b 100644 --- a/doc/device-tree-bindings/config.txt +++ b/doc/device-tree-bindings/config.txt @@ -21,6 +21,18 @@ u-boot,efi-partition-entries-offset This setting will override any values configured via Kconfig. +u-boot,mmc-env-offset +u-boot,mmc-env-offset-redundant + If present, the values of the 'u-boot,mmc-env-offset' and/or + of the u-boot,mmc-env-offset-redundant' properties overrides + CONFIG_ENV_OFFSET and CONFIG_ENV_OFFSET_REDUND, respectively, + for SD/MMC devices. + + Values are interpreted as the offset from the start of the + device, specified in bytes. It is assumed that the setting + will point at the beginning of a LBA and values that are not + LBA-aligned will be rounded up to the next LBA address. + u-boot,spl-payload-offset If present (and SPL is controlled by the device-tree), this allows to override the CONFIG_SYS_SPI_U_BOOT_OFFS setting using a value |
