[U-Boot] [PATCH V2 4/4] ARM: tegra: enable a common set of disk-related commands everywhere

Simon Glass sjg at chromium.org
Sat Mar 2 20:04:34 CET 2013


On Thu, Feb 28, 2013 at 5:03 PM, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Enable a common set of partition types, filesystems, and related
> commands in tegra-common.h, so that they are available on all Tegra
> boards. This allows boot.scr (loaded and executed by the default
> built-in environment) on those boards to assume that certain features
> are always available.
>
> Do this in tegra-common.h, so that individual board files can undefine
> the features if they really don't want any of them.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>

Acked-by: Simon Glass <sjg at chromium.org>

> ---
> v2: Reworked to avoid compilation issues on Dalmore, and enable all
> features on all Tegra boards.
> ---
>  include/configs/cardhu.h           |    8 --------
>  include/configs/colibri_t20_iris.h |    6 ------
>  include/configs/harmony.h          |    8 --------
>  include/configs/medcom-wide.h      |    5 -----
>  include/configs/paz00.h            |    8 --------
>  include/configs/plutux.h           |    5 -----
>  include/configs/seaboard.h         |    8 --------
>  include/configs/tec.h              |    5 -----
>  include/configs/tegra-common.h     |   12 ++++++++++++
>  include/configs/tegra20-common.h   |    3 ---
>  include/configs/trimslice.h        |    8 --------
>  include/configs/ventana.h          |    8 --------
>  include/configs/whistler.h         |    8 --------
>  13 files changed, 12 insertions(+), 80 deletions(-)
>


More information about the U-Boot mailing list