summaryrefslogtreecommitdiffstats
path: root/board/keymile/scripts/ramfs-arm.txt
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@keymile.com>2011-07-04 21:52:52 +0000
committerWolfgang Denk <wd@denx.de>2011-07-27 23:43:33 +0200
commitb648bfc212c0e62dae47b8f09a0c4e49bbd89106 (patch)
tree36a4688fbcf68ff9fde05fdc20057cc654b31701 /board/keymile/scripts/ramfs-arm.txt
parent0333cfe618eb3ba8ce1001106bf5c3b9fe9af36e (diff)
downloadblackbird-obmc-uboot-b648bfc212c0e62dae47b8f09a0c4e49bbd89106.tar.gz
blackbird-obmc-uboot-b648bfc212c0e62dae47b8f09a0c4e49bbd89106.zip
km/common: simplify debug environment
The debug environment which is stored in textfiles in the scripts directory was reworked. Two usecase are now present which can be executed simply from the default environment: run develop: this configures the environment to setup the rootfs via nfs run ramfs: this configures the environment to setup the rootfs in ram Each architecture now has a "arch" variable which is used to load the architecture specific debug scripts and to set the rootpath for NFS. Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> cc: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/keymile/scripts/ramfs-arm.txt')
-rw-r--r--board/keymile/scripts/ramfs-arm.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/keymile/scripts/ramfs-arm.txt b/board/keymile/scripts/ramfs-arm.txt
new file mode 100644
index 0000000000..79974f1b70
--- /dev/null
+++ b/board/keymile/scripts/ramfs-arm.txt
@@ -0,0 +1,2 @@
+setup_debug_env=tftpboot 0x200000 scripts/ramfs-common.txt && env import -t 0x200000 ${filesize} && run configure
+tftpfdt=true
OpenPOWER on IntegriCloud