diff options
author | Adam Ford <aford173@gmail.com> | 2017-12-03 06:24:53 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-12 21:33:38 -0500 |
commit | 157af4f81fffd416d8952cd9ca5c5decc6d6de9e (patch) | |
tree | 0c8ad1ac7daeb743aa7d004e8f9ae9c00fbe611b /include/configs/omap3_logic.h | |
parent | 5decc7b014d4fd77b88eb4c71b023a4938134edf (diff) | |
download | u-boot-157af4f81fffd416d8952cd9ca5c5decc6d6de9e.tar.gz |
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>
Diffstat (limited to 'include/configs/omap3_logic.h')
-rw-r--r-- | include/configs/omap3_logic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 3ecfb58918..b095814cda 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -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;" \ |