1. 22 10月, 2010 4 次提交
    • I
      led_display: remove unused DISPLAY_MARK define · e03e4b73
      Ilya Yanok 提交于
      DISPLAY_MARK subcommand of display_set() is not used anywhere so
      we can remove it safely.
      Signed-off-by: NIlya Yanok <yanok@emcraft.com>
      e03e4b73
    • I
      a4m072: change 'display' command implementation · 8f54dd4f
      Ilya Yanok 提交于
      This patch changes implementation of 'display' command for a4m072
      that uses 7-segment LED display as customer requested:
      
      a) The "display" command shall _not_ turn on the decimal point.
      
      b) Exception: "display ." shall turn on (only) the decimal point.
      
      c) Hex digits (0-9, A-F, a-f) shall be displayed as usual.
      
      d) Letters U, P, Y, L, S, T, H shall be displayed as usual (lower
         case letters identical to upper case letters)
      
      e) 'I' (and 'i') shall be displayed like '1'
      
      f) 'O' (and 'o') shall be displayed like '0'
      
      g) all other Characters shall be displayed like ' ' (all segments off).
      Signed-off-by: NIlya Yanok <yanok@emcraft.com>
      8f54dd4f
    • I
      a4m072: changes to the default environment · 7ae54992
      Ilya Yanok 提交于
      The default values for 'addip' and 'norargs' changed per customer
      request. Everything else cleaned up to fit into 80 symbol line.
      Signed-off-by: NIlya Yanok <yanok@emcraft.com>
      7ae54992
    • A
      Fix building for 83xx boards with USB support · fff6ec38
      Anatolij Gustschin 提交于
      Commit 29c6fbe0 broke
      building for 83xx boards with USB support:
      
      ehci-fsl.c: In function 'ehci_hcd_init':
      ehci-fsl.c:43: error: 'CONFIG_SYS_FSL_USB_ADDR' undeclared (first use in this function)
      ehci-fsl.c:43: error: (Each undeclared identifier is reported only once
      ehci-fsl.c:43: error: for each function it appears in.)
      make[1]: *** [ehci-fsl.o] Error 1
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      fff6ec38
  2. 21 10月, 2010 5 次提交
  3. 20 10月, 2010 31 次提交