Skip to content
Snippets Groups Projects
  1. Sep 20, 2013
  2. Sep 13, 2013
  3. Sep 12, 2013
  4. Sep 11, 2013
  5. Sep 10, 2013
  6. Sep 09, 2013
  7. Sep 07, 2013
  8. Sep 06, 2013
    • Masahiro Yamada's avatar
      cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header · 1affd4d4
      Masahiro Yamada authored
      
      For most boards which define CONFIG_SPL_PAD_TO,
      it is defined in config header files.
      Currently, there exists only one exception, cam_enc_4xx board.
      
      This patch moves CONFIG_SPL_PAD_TO definition
      from board/ait/cam_enc_4xx/config.mk
      to include/configs/cam_enc_4xx.h.
      
      With this modification, we can delete a glue code
      in the top level config.mk:
      
      ifneq ($(CONFIG_SPL_PAD_TO),)
      CPPFLAGS += -DCONFIG_SPL_PAD_TO=$(CONFIG_SPL_PAD_TO)
      endif
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Heiko Schocher <hs@denx.de>
      1affd4d4
    • Masahiro Yamada's avatar
      config.mk: Delete unnecessary code · cb4ef5ba
      Masahiro Yamada authored
      
      Currently no makefiles (board-specific config.mk)
      set the following variables:
      
      CONFIG_SPL_TEXT_BASE
      CONFIG_UBOOT_PAD_TO
      CONFIG_RESET_VECTOR_ADDRESS
      CONFIG_TPL_PAD_TO
      
      For all target boards using above macros
      they are set in header files (include/configs/*.h),
      so we do not need to set them as CPPFLAGS.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
      cb4ef5ba
Loading