From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 16 May 2016 16:37:50 +0200 Subject: [U-Boot] [PATCH] MARVELL: Delete now-superfluous board/Marvell/{common, include} dirs. In-Reply-To: References: Message-ID: <5739DB3E.7090501@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > --- 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