ARM: omap3_logic: Unlock NAND automatically in U-Boot
The Micron Flash is locked by default. This will automaticlly unlock so manually unlocking is unnecessary in U-Boot. Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
@@ -93,7 +93,6 @@
|
||||
|
||||
#define CONFIG_PREBOOT \
|
||||
"setenv preboot;" \
|
||||
"nand unlock;" \
|
||||
"saveenv;"
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
@@ -192,7 +191,6 @@
|
||||
"tftpboot $loadaddr zImage;" \
|
||||
"bootz $loadaddr\0" \
|
||||
"nandbootcommon=echo 'Booting kernel from NAND...';" \
|
||||
"nand unlock;" \
|
||||
"run nandargs;" \
|
||||
"run common_bootargs;" \
|
||||
"run dump_bootargs;" \
|
||||
|
||||
Reference in New Issue
Block a user