All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH v3 12/17] board_f: Remove setup_board_part1
Date: Tue, 21 Jul 2020 08:17:18 -0600	[thread overview]
Message-ID: <CAPnjgZ3BcNSNrHhV_aakVWNQ5d1ZLquJB3z3jAopHhsDiJCyxg@mail.gmail.com> (raw)
In-Reply-To: <20200720141407.30241-12-ovidiu.panait@windriver.com>

On Mon, 20 Jul 2020 at 08:20, Ovidiu Panait <ovidiu.panait@windriver.com> wrote:
>
> Now that all arch specific code was converted to setup_bdinfo, we can
> remove setup_board_part1.
>
> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
> ---
>
>  common/board_f.c | 12 +-----------
>  1 file changed, 1 insertion(+), 11 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2020-07-21 14:17 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20 14:13 [PATCH v3 01/17] Kconfig: Introduce CONFIG_SYS_HAS_SRAM Ovidiu Panait
2020-07-20 14:13 ` [PATCH v3 02/17] Kconfig: Convert CONFIG_SYS_SRAM_BASE to Kconfig Ovidiu Panait
2020-07-20 14:13 ` [PATCH v3 03/17] Kconfig: Convert CONFIG_SYS_SRAM_SIZE " Ovidiu Panait
2020-07-20 14:13 ` [PATCH v3 04/17] Kconfig: Remove CONFIG_SYS_SRAM_START Ovidiu Panait
2020-07-20 14:13 ` [PATCH v3 05/17] cmd: bdinfo: Move sram info prints to generic code Ovidiu Panait
2020-07-21 14:17   ` Simon Glass
2020-07-20 14:13 ` [PATCH v3 06/17] board_f: Introduce setup_bdinfo initcall Ovidiu Panait
2020-07-21 14:17   ` Simon Glass
2020-07-20 14:13 ` [PATCH v3 07/17] board_f: Introduce arch_setup_bdinfo initcall Ovidiu Panait
2020-07-20 14:13 ` [PATCH v3 08/17] board_f: Introduce board_setup_bdinfo_mem initcall Ovidiu Panait
2020-07-21  7:05   ` Alexey Brodkin
2020-07-23  8:17     ` Ovidiu Panait
2020-07-21 14:07   ` Simon Glass
2020-07-20 14:13 ` [PATCH v3 09/17] board_f: Move sram bdinfo assignments to generic code Ovidiu Panait
2020-07-21 14:17   ` Simon Glass
2020-07-20 14:14 ` [PATCH v3 10/17] board_f: m68k: Factor out m68k-specific bdinfo setup Ovidiu Panait
2020-07-21 14:17   ` Simon Glass
2020-07-20 14:14 ` [PATCH v3 11/17] board_f: ppc: Factor out ppc-specific " Ovidiu Panait
2020-07-21 14:17   ` Simon Glass
2020-07-21 16:42     ` Ovidiu Panait
2020-07-28 18:58       ` Simon Glass
2020-07-29  6:41         ` Ovidiu Panait
2020-07-20 14:14 ` [PATCH v3 12/17] board_f: Remove setup_board_part1 Ovidiu Panait
2020-07-21 14:17   ` Simon Glass [this message]
2020-07-20 14:14 ` [PATCH v3 13/17] dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probe Ovidiu Panait
2020-07-20 14:14 ` [PATCH v3 14/17] drivers: serial: Make serial_initialize return int Ovidiu Panait
2020-07-20 14:14 ` [PATCH v3 15/17] common/board_r: Remove initr_serial wrapper Ovidiu Panait
2020-07-20 14:14 ` [PATCH v3 16/17] blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC Ovidiu Panait
2020-07-20 14:14 ` [PATCH v3 17/17] common/board_r: Move blkcache_init call earlier in the boot sequence Ovidiu Panait

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPnjgZ3BcNSNrHhV_aakVWNQ5d1ZLquJB3z3jAopHhsDiJCyxg@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.