1. 25 7月, 2019 7 次提交
  2. 24 7月, 2019 31 次提交
  3. 23 7月, 2019 1 次提交
  4. 22 7月, 2019 1 次提交
    • C
      rockchip: TPL banner should depend on CONFIG_TPL_BANNER_PRINT · 89e39172
      Chris Webb 提交于
      The generic code in common/spl/spl.c allows TPL/SPL banners to be
      silenced by unsetting CONFIG_TPL_BANNER_PRINT or CONFIG_SPL_BANNER_PRINT
      respectively. However, arch/arm/mach-rockchip/tpl.c prints this banner
      unconditionally.
      
      Fix the rockchip-specific tpl.c so that the TPL banner depends on
      CONFIG_TPL_BANNER_PRINT in the same way as the generic code.
      
      Signed-off-by: <chris@arachsys.com>
      Reviewed-by: NKever Yang <Kever.yang@rock-chips.com>
      89e39172