[U-Boot] [PATCH] MARVELL: Delete now-superfluous board/Marvell/{common, include} dirs.
    Marek Vasut 
    marex at denx.de
       
    Mon May 16 16:37:50 CEST 2016
    
    
  
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 at 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
    
    
More information about the U-Boot
mailing list