All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] MARVELL: Delete now-superfluous board/Marvell/{common, include} dirs.
Date: Mon, 16 May 2016 16:37:50 +0200	[thread overview]
Message-ID: <5739DB3E.7090501@denx.de> (raw)
In-Reply-To: <alpine.LFD.2.20.1605151208400.3769@localhost.localdomain>

On 05/15/2016 06:12 PM, Robert P. J. Day wrote:
> 
> With dropping support for some boards and the deletion of some source
> files, it appears that both of these directories are now superfluous.
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 
> ---

You can always run buildman for all arm boards and see what broke.
I use this script:

{(
        branch=`git branch | grep '^*' | sed "s/^..//"`
        dir=/tmp/bm-$1
        arch="arm aarch64 mips powerpc nios2"
        shift 1
        ./tools/buildman/buildman -o ${dir} -b ${branch} \
                                  --step=0 ${arch} $@
)}


-- 
Best regards,
Marek Vasut

  reply	other threads:[~2016-05-16 14:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-15 16:12 [U-Boot] [PATCH] MARVELL: Delete now-superfluous board/Marvell/{common, include} dirs Robert P. J. Day
2016-05-16 14:37 ` Marek Vasut [this message]
2016-05-18 10:12   ` Robert P. J. Day
2016-05-30 17:59 ` [U-Boot] " Tom Rini
2016-05-30 17:59 ` Tom Rini

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=5739DB3E.7090501@denx.de \
    --to=marex@denx.de \
    --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.