Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Wolfgang Denk's avatar
    103c94b1
    setexpr: simplify code, improve help message · 103c94b1
    Wolfgang Denk authored
    
    Simplify the argument checking for the "setexpr" command.  This is
    done mainly to make future extensions easier.
    
    Also improve the help message for the one argument version of the
    command - this does not "load an address", but a value, which in
    this context may be a plain number or a pointer dereference.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    103c94b1
    History
    setexpr: simplify code, improve help message
    Wolfgang Denk authored
    
    Simplify the argument checking for the "setexpr" command.  This is
    done mainly to make future extensions easier.
    
    Also improve the help message for the one argument version of the
    command - this does not "load an address", but a value, which in
    this context may be a plain number or a pointer dereference.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>