[U-Boot] [PATCH v4 2/3] km/common: simplify default environment

Wolfgang Denk wd at denx.de
Wed May 18 23:05:31 CEST 2011


Dear Holger Brunck,

In message <1305266364-8583-3-git-send-email-holger.brunck at keymile.com> you wrote:
> This is a first step to simplify the default environment. Move all
> the environment variables which are only needed for debugging
> purpose to textfiles in the scripts directory. In case of debugging
> these files can be loaded via tftp into RAM and set via the env import
> command. Other variables are identified as obsolete and were removed.
> 
> Signed-off-by: Holger Brunck <holger.brunck at keymile.com>
> Signed-off-by: Valentin Longchamp <valentin.longchamp at keymile.com>
> Acked-by: Heiko Schocher <hs at denx.de>
> cc: Wolfgang Denk <wd at denx.de>
> cc: Detlev Zundel <dzu at denx.de>
> 
> ---
> Changes for v3 and v4:
>    - nothing
> 
> Changes for v2:
>    - split up first large patch serie to three independent smaller
>      patch series
>    - no change in the content of this patch
> 
>  board/keymile/scripts/README               |   23 +++++
>  board/keymile/scripts/debug-arm-env.txt    |    2 +
>  board/keymile/scripts/debug-common-env.txt |    9 ++
>  board/keymile/scripts/debug-ppc-env.txt    |    2 +
>  include/configs/km/keymile-common.h        |  128 +++-------------------------
>  include/configs/km/km-powerpc.h            |   12 +--
>  include/configs/km/km_arm.h                |    5 +-
>  7 files changed, 55 insertions(+), 126 deletions(-)
>  create mode 100644 board/keymile/scripts/README
>  create mode 100644 board/keymile/scripts/debug-arm-env.txt
>  create mode 100644 board/keymile/scripts/debug-common-env.txt
>  create mode 100644 board/keymile/scripts/debug-ppc-env.txt

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Where shall I begin, please your Majesty?" he asked. "Begin  at  the
beginning,"  the  King said, gravely, "and go on till you come to the
end: then stop."    - Alice's Adventures in Wonderland, Lewis Carroll


More information about the U-Boot mailing list