summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-07-06 11:48:24 +0200
committerStefan Roese <sr@denx.de>2007-07-06 11:48:24 +0200
commit5d187430a055d62f17ca84d75e7245439d1f7e75 (patch)
tree6706651138e45fca09a9b99c976cbf57e6dde8b8 /include/configs
parente80955f07de03fef0196353e77534b2300193c1c (diff)
downloadtalos-obmc-uboot-5d187430a055d62f17ca84d75e7245439d1f7e75.tar.gz
talos-obmc-uboot-5d187430a055d62f17ca84d75e7245439d1f7e75.zip
ppc4xx: Update lwmon5 board
Add unlock=yes environment variable to default variables to unlock the CFI flash by default. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/lwmon5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h
index 1d87c73c71..01adef1d6e 100644
--- a/include/configs/lwmon5.h
+++ b/include/configs/lwmon5.h
@@ -162,6 +162,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
"hostname=lwmon5\0" \
"netdev=eth0\0" \
+ "unlock=yes\0" \
"nfsargs=setenv bootargs root=/dev/nfs rw " \
"nfsroot=${serverip}:${rootpath}\0" \
"ramargs=setenv bootargs root=/dev/ram rw\0" \
OpenPOWER on IntegriCloud