diff options
| author | Tom Rini <[email protected]> | 2020-02-07 19:04:23 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-02-07 19:04:23 -0500 |
| commit | e1dff2d69e5a21a61c3eb28e5d230a6d48749b6c (patch) | |
| tree | ad59579dca2cf8f166390d0a65bca7ea7b7610cb /doc | |
| parent | 96ff825d31ae9a1410600f002731047c3c2de8b1 (diff) | |
| parent | 7d706a886fdd99e76a1123a8fefbe060fd11bebb (diff) | |
Merge branch '2020-02-07-master-imports'
- 2 FAT fixes.
- MediaTek ethernet support improvement.
- Initial Cortina Access CAxxxx family support.
- Correct return value of do_gpio() and so gpio shell command.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.commands | 4 | ||||
| -rw-r--r-- | doc/git-mailrc | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/README.commands b/doc/README.commands index e03eb44187e..4e9e8098fa8 100644 --- a/doc/README.commands +++ b/doc/README.commands @@ -83,9 +83,9 @@ argv: Arguments. Allowable return value are: -CMD_SUCCESS The command was successfully executed. +CMD_RET_SUCCESS The command was successfully executed. -CMD_FAILURE The command failed. +CMD_RET_FAILURE The command failed. CMD_RET_USAGE The command was called with invalid parameters. This value leads to the display of the usage string. diff --git a/doc/git-mailrc b/doc/git-mailrc index be88afcefdf..31595a71c99 100644 --- a/doc/git-mailrc +++ b/doc/git-mailrc @@ -15,6 +15,7 @@ alias abrodkin Alexey Brodkin <[email protected]> alias afleming Andy Fleming <[email protected]> alias ag Anatolij Gustschin <[email protected]> alias agraf Alexander Graf <[email protected]> +alias alexnemirovsky Alex Nemirovsky <[email protected]> alias alisonwang Alison Wang <[email protected]> alias angelo_ts Angelo Dureghello <[email protected]> alias bmeng Bin Meng <[email protected]> @@ -57,6 +58,7 @@ alias arc uboot, abrodkin alias arm uboot, trini alias at91 uboot, abiessmann +alias cortina uboot, alexnemirovsky alias davinci ti alias imx uboot, sbabic alias kirkwood uboot, stroese |
