summaryrefslogtreecommitdiff
path: root/include/command.h
diff options
context:
space:
mode:
authorRob Herring <[email protected]>2016-03-17 17:21:23 +0100
committerTom Rini <[email protected]>2016-04-01 17:17:40 -0400
commit74322201dde4593dc3194c702e95e5760e6b497a (patch)
tree5134cbb331b2883b5231a5db5e0a0ff89a5577a1 /include/command.h
parentb745e82837e7c285fefdecfd580a343ecbd3baff (diff)
fastboot: allow retrieving fastboot variables from env
Some boards need to expose device specific variable through fastboot (to adpat the flashing script depending on hardware revision for example). Provide a way to expose custom fastboot variables. Note that all variables meant to be exposed through fastboot should be be prefixed with 'fastboot.', the variable should not exceed 32 bytes (including the prefix and the trailing '\0') and the variable content should fit in the response buffer (60 bytes excluding the 'OKAY' prefix and the trailing '\0'). Signed-off-by: Rob Herring <[email protected]> [Boris Brezillon: add a commit message] Signed-off-by: Boris Brezillon <[email protected]> Signed-off-by: Boris Brezillon <[email protected]> Acked-by: Steve Rae <[email protected]>
Diffstat (limited to 'include/command.h')
0 files changed, 0 insertions, 0 deletions