[Buildroot] [PATCH] imx7dsabresd: Add initial support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri May 13 20:05:27 UTC 2016


Hello,

On Fri, 13 May 2016 15:19:12 -0300, Fabio Estevam wrote:
> Add support for NXP imx7 sabresd board.
> 
> Signed-off-by: Fabio Estevam <festevam at gmail.com>

I've tweaked the commit title to be:

  configs: new configuration for NXP i.MX7 SabreSD


> +#!/usr/bin/env bash
> +
> +GENIMAGE_CFG="board/freescale/imx7dsdb/genimage.cfg"

I've replaced this with:

BOARD_DIR="$(dirname $0)"
GENIMAGE_CFG="${BOARD_DIR}/genimage.cfg"

which we use in various post-image.sh scripts.


> +Create a bootable SD card
> +==============================

A few too many = signs here, so I've fixed that up.

And applied your patch to our next branch. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list