configs: MPC8548CDS: enable DM_I2C
[oweals/u-boot.git] / doc / README.commands
index e03eb44187edd43ce495d374c8904b03036b0b57..4e9e8098fa81a8090fac38c0391815c5b6bfaa1f 100644 (file)
@@ -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.