浏览代码

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>
Stefan Roese 18 年之前
父节点
当前提交
5d187430a0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/configs/lwmon5.h

+ 1 - 0
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"			\