1. 13 3月, 2013 2 次提交
    • W
      env: fix "env ask" command · 7d85591d
      Wolfgang Denk 提交于
      The "env ask" traditionally uses a somewhat awkward syntax:
      
      	env ask name [message ...] [size]
      
      So far, when a mesage was given, you always also had to enter a size.
      If you forgot to do that, the command would terminate without any
      indication of the problem.
      
      To avoid incompatible changes of the interface, we now check the last
      argument if it can be converted into a decimal number.  If this is the
      case, we assume it is a size; otherwise we treat it as part of the
      message.
      
      Also, add a space after the message fore easier reading,
      and clean up help mesage.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      7d85591d
    • T
      cmd_fat.c: Note in fatread help about alignment requirements · 01fac041
      Tom Rini 提交于
      When using the partial read feature of fatwrite the buffer we read into
      can become unaligned not just due to initial location but the size of
      our partial reads as well.  Make this clear in the help text.
      Signed-off-by: NTom Rini <trini@ti.com>
      01fac041
  2. 12 3月, 2013 13 次提交
  3. 10 3月, 2013 1 次提交
  4. 09 3月, 2013 13 次提交
  5. 05 3月, 2013 11 次提交