]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
km/common: simplify default environment
authorHolger Brunck <holger.brunck@keymile.com>
Wed, 4 May 2011 01:47:34 +0000 (01:47 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 18 May 2011 21:03:22 +0000 (23:03 +0200)
commit2d9528e32fa0a05d2b170a23fb445f83d4d26571
tree688d44cc51a69ab0f5e6129ce0d96635bd13aeb4
parent92c91080e41b36146985fc6d5bf9d35bb162d034
km/common: simplify default environment

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@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Acked-by: Heiko Schocher <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de>
cc: Detlev Zundel <dzu@denx.de>
board/keymile/scripts/README [new file with mode: 0644]
board/keymile/scripts/debug-arm-env.txt [new file with mode: 0644]
board/keymile/scripts/debug-common-env.txt [new file with mode: 0644]
board/keymile/scripts/debug-ppc-env.txt [new file with mode: 0644]
include/configs/km/keymile-common.h
include/configs/km/km-powerpc.h
include/configs/km/km_arm.h