1. 08 7月, 2021 1 次提交
    • T
      ppc: Remove MPC8315ERDB board · 139ff3be
      Tom Rini 提交于
      This board has not been converted to CONFIG_DM_PCI by the deadline and is
      also missing conversion to CONFIG_DM.  Remove it.  As this is the last
      ARCH_MPC8315 platform, remove that support as well.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      139ff3be
  2. 21 5月, 2019 1 次提交
    • M
      mpc83xx: Kconfig: Migrate HRCW to Kconfig · 21c1502a
      Mario Six 提交于
      The HRCW (hardware reset configuration word) is a constant that must be
      hard-coded into the boot loader image. So, it must be available at
      compile time, and cannot be migrated to the DT mechanism, but has to be
      kept in Kconfig.
      
      Configuration of this crucial variable should still be somewhat
      comfortable. Hence, make its fields configurable in Kconfig, and
      assemble the final value from these.
      Signed-off-by: NMario Six <mario.six@gdsys.cc>
      21c1502a