From 157af4f81fffd416d8952cd9ca5c5decc6d6de9e Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 3 Dec 2017 06:24:53 -0600 Subject: 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 --- include/configs/omap3_logic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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;" \ -- cgit v1.2.3