Skip to content
Snippets Groups Projects
  1. Apr 18, 2014
    • Masahiro Yamada's avatar
      powerpc: remove NX823 board support · a146e8b1
      Masahiro Yamada authored
      
      Enough time has passed since this board was moved to Orphan. Remove.
      
       - Remove board/nx823/*
       - Remove include/configs/NX823.h
       - Clean-up ifdef(CONFIG_NX823)
       - Move the entry from boards.cfg to doc/README.scrapyard
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      a146e8b1
    • Masahiro Yamada's avatar
      tools: fix Makefile to clean-up fit_info and fit_check_sign · e1b7e1e3
      Masahiro Yamada authored
      
      We should avoid the description in Makefile like this
      
      ifdef CONFIG_FIT_SIGNATURE
      hostprogs-y += fit_info$(SFX) fit_check_sign$(SFX)
      endif
      
      Otherwise, fit_info and fit_check_sign would never be cleaned
      by "make clean".
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Heiko Schocher <hs@denx.de>
      e1b7e1e3
    • Ian Campbell's avatar
      blackfin: make name_to_gpio be a weak symbol · fd11bea2
      Ian Campbell authored
      
      This required moving it into a C file from the header.
      
      The only user of a non-default name_to_gpio is blackfin, therefore build tested
      with the blackfin bct-brettl2 build, which is one I picked at random. Also
      tested with a build for the ARM tec board which uses the default/fallback
      implementation. Inspection with objdump shows that both have done the right
      thing.
      
      This change was requested by Marek during review of the sunxi patch series.
      
      Signed-off-by: default avatarIan Campbell <ijc@hellion.org.uk>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Sonic Zhang <sonic.adi@gmail.com>
      fd11bea2
  2. Apr 17, 2014
  3. Apr 14, 2014
  4. Apr 11, 2014
  5. Apr 08, 2014
  6. Apr 07, 2014
Loading