MA-9857 [Android] uboot change CONFIG_NAND_BOOT
authorzhang sanshan <sanshan.zhang@nxp.com>
Thu, 6 Jul 2017 10:49:37 +0000 (18:49 +0800)
committerJason Liu <jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:37:01 +0000 (02:37 +0800)
NAND macro has been changed to CONFIG_NAND_BOOT in uboot2017.

Change-Id: I61dd03c0eed8a65100212607447a41bde431cc04
Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com>
14 files changed:
include/configs/mx6qarm2_android.h
include/configs/mx6ul_14x14_evkandroidthings.h
include/configs/mx6ul_aquila.h
include/configs/mx6ul_aquila_android_things.h
include/configs/mx6ul_nxpu_iopb.h
include/configs/mx6ul_nxpu_iopb_android_things.h
include/configs/mx7dsabresd_androidthings.h
include/configs/mx_android_common.h
include/configs/pico-imx6dl.h
include/configs/pico-imx6dl_android_things.h
include/configs/pico-imx7d.h
include/configs/pico-imx7dandroidthings.h
include/configs/picosom-imx6ul.h
include/configs/picosom-imx6ul_android_things.h

index 3dc13bf..62e49b9 100644 (file)
@@ -29,7 +29,7 @@
 #define CONFIG_FASTBOOT_FLASH
 
 /* For NAND we don't support lock/unlock */
-#ifndef CONFIG_SYS_BOOT_NAND
+#ifndef CONFIG_NAND_BOOT
 #define CONFIG_FASTBOOT_LOCK
 #endif
 
@@ -46,7 +46,7 @@
 #define CONFIG_FSL_FASTBOOT
 #define CONFIG_ANDROID_RECOVERY
 
-#if defined CONFIG_SYS_BOOT_NAND
+#if defined CONFIG_NAND_BOOT
 #define CONFIG_FASTBOOT_STORAGE_NAND
 #elif defined CONFIG_SYS_BOOT_SATA
 #define CONFIG_FASTBOOT_STORAGE_SATA
index 469c634..e4cd20e 100644 (file)
@@ -9,7 +9,7 @@
 #define __MX6UL_14x14_EVKANDROIDTHINGS_H
 #include "mx_android_common.h"
 /* For NAND we don't support lock/unlock */
-#ifndef CONFIG_SYS_BOOT_NAND
+#ifndef CONFIG_NAND_BOOT
 #define CONFIG_FASTBOOT_LOCK
 #define FSL_FASTBOOT_FB_DEV "mmc"
 #endif
index 21888ca..1a8b617 100644 (file)
        "initrd_high=0xffffffff\0" \
        "bootcmd_mfg=run mfgtool_args;bootz ${loadaddr} ${initrd_addr} ${fdt_addr};\0" \
 
-#if defined(CONFIG_SYS_BOOT_NAND)
+#if defined(CONFIG_NAND_BOOT)
 #define CONFIG_EXTRA_ENV_SETTINGS \
        CONFIG_MFG_ENV_SETTINGS \
        "panel=TFT43AB\0" \
 #ifdef CONFIG_SYS_BOOT_QSPI
 #define CONFIG_FSL_QSPI
 #define CONFIG_ENV_IS_IN_SPI_FLASH
-#elif defined CONFIG_SYS_BOOT_NAND
+#elif defined CONFIG_NAND_BOOT
 #define CONFIG_SYS_USE_NAND
 #define CONFIG_ENV_IS_IN_NAND
 #else
index c6ce5fc..9c1ef45 100644 (file)
@@ -9,7 +9,7 @@
 #define __PICOSOM_IMX6UL_ANDROID_THINGS_H
 #include "mx_android_common.h"
 /* For NAND we don't support lock/unlock */
-#ifndef CONFIG_SYS_BOOT_NAND
+#ifndef CONFIG_NAND_BOOT
 #define CONFIG_FASTBOOT_LOCK
 #define CONFIG_ENABLE_LOCKSTATUS_SUPPORT
 #define FSL_FASTBOOT_FB_DEV "mmc"
index 46725ab..daaf899 100644 (file)
        "initrd_high=0xffffffff\0" \
        "bootcmd_mfg=run mfgtool_args;bootz ${loadaddr} ${initrd_addr} ${fdt_addr};\0" \
 
-#if defined(CONFIG_SYS_BOOT_NAND)
+#if defined(CONFIG_NAND_BOOT)
 #define CONFIG_EXTRA_ENV_SETTINGS \
        CONFIG_MFG_ENV_SETTINGS \
        "panel=TFT43AB\0" \
 #ifdef CONFIG_SYS_BOOT_QSPI
 #define CONFIG_FSL_QSPI
 #define CONFIG_ENV_IS_IN_SPI_FLASH
-#elif defined CONFIG_SYS_BOOT_NAND
+#elif defined CONFIG_NAND_BOOT
 #define CONFIG_SYS_USE_NAND
 #define CONFIG_ENV_IS_IN_NAND
 #else
index 95e56d9..59f407d 100644 (file)
@@ -9,7 +9,7 @@
 #define __MX6UL_NXPU_IOPB_ANDROID_THINGS_H
 #include "mx_android_common.h"
 /* For NAND we don't support lock/unlock */
-#ifndef CONFIG_SYS_BOOT_NAND
+#ifndef CONFIG_NAND_BOOT
 #define CONFIG_FASTBOOT_LOCK
 #define CONFIG_ENABLE_LOCKSTATUS_SUPPORT
 #define FSL_FASTBOOT_FB_DEV "mmc"
index 503d80e..dd6a8dc 100644 (file)
@@ -11,7 +11,7 @@
 #define CONFIG_CMD_FAT
 
 /* For NAND we don't support lock/unlock */
-#ifndef CONFIG_SYS_BOOT_NAND
+#ifndef CONFIG_NAND_BOOT
 #define CONFIG_FASTBOOT_LOCK
 #define CONFIG_ENABLE_LOCKSTATUS_SUPPORT
 #define FSL_FASTBOOT_FB_DEV "mmc"
index 808ac0d..f58f21a 100644 (file)
@@ -30,7 +30,7 @@
 #define CONFIG_FSL_FASTBOOT
 #define CONFIG_ANDROID_RECOVERY
 
-#if defined CONFIG__NAND_BOOT
+#if defined CONFIG_NAND_BOOT
 #define CONFIG_FASTBOOT_STORAGE_NAND
 #elif defined CONFIG_SYS_BOOT_SATA
 #define CONFIG_FASTBOOT_STORAGE_SATA
index 5cdb379..8788384 100755 (executable)
 #ifdef CONFIG_SYS_BOOT_QSPI
 #define CONFIG_FSL_QSPI
 #define CONFIG_ENV_IS_IN_SPI_FLASH
-#elif defined CONFIG_SYS_BOOT_NAND
+#elif defined CONFIG_NAND_BOOT
 #define CONFIG_SYS_USE_NAND
 #define CONFIG_ENV_IS_IN_NAND
 #else
index ccd784a..3e95e31 100755 (executable)
@@ -9,7 +9,7 @@
 #define __PICO_IMX6DL_ANDROID_THINGS_H
 #include "mx_android_common.h"
 /* For NAND we don't support lock/unlock */
-#ifndef CONFIG_SYS_BOOT_NAND
+#ifndef CONFIG_NAND_BOOT
 #define CONFIG_FASTBOOT_LOCK
 #define CONFIG_ENABLE_LOCKSTATUS_SUPPORT
 #define FSL_FASTBOOT_FB_DEV "mmc"
index 83384d2..dda8b5f 100755 (executable)
        "initrd_high=0xffffffff\0" \
        "bootcmd_mfg=run mfgtool_args;bootz ${loadaddr} ${initrd_addr} ${fdt_addr};\0" \
 
-#if defined(CONFIG_SYS_BOOT_NAND)
+#if defined(CONFIG_NAND_BOOT)
 #define CONFIG_EXTRA_ENV_SETTINGS \
        CONFIG_MFG_ENV_SETTINGS \
        "panel=EJ050NA\0" \
 #ifdef CONFIG_SYS_BOOT_QSPI
 #define CONFIG_SYS_USE_QSPI
 #define CONFIG_ENV_IS_IN_SPI_FLASH
-#elif defined CONFIG_SYS_BOOT_NAND
+#elif defined CONFIG_NAND_BOOT
 #define CONFIG_SYS_USE_NAND
 #define CONFIG_ENV_IS_IN_NAND
 #else
index 334affa..b9e18cd 100644 (file)
@@ -10,7 +10,7 @@
 
 
 /* For NAND we don't support lock/unlock */
-#ifndef CONFIG_SYS_BOOT_NAND
+#ifndef CONFIG_NAND_BOOT
 #define CONFIG_FASTBOOT_LOCK
 #define CONFIG_ENABLE_LOCKSTATUS_SUPPORT
 #define FSL_FASTBOOT_FB_DEV "mmc"
index 91c5684..6840617 100644 (file)
@@ -92,7 +92,7 @@
        "initrd_high=0xffffffff\0" \
        "bootcmd_mfg=run mfgtool_args;bootz ${loadaddr} ${initrd_addr} ${fdt_addr};\0" \
 
-#if defined(CONFIG_SYS_BOOT_NAND)
+#if defined(CONFIG_NAND_BOOT)
 #define CONFIG_EXTRA_ENV_SETTINGS \
        CONFIG_MFG_ENV_SETTINGS \
        "panel=TFT43AB\0" \
 #ifdef CONFIG_QSPI_BOOT
 #define CONFIG_FSL_QSPI
 #define CONFIG_ENV_IS_IN_SPI_FLASH
-#elif defined CONFIG_SYS_BOOT_NAND
+#elif defined CONFIG_NAND_BOOT
 #define CONFIG_SYS_USE_NAND
 #define CONFIG_ENV_IS_IN_NAND
 #else
index b081d7c..d4f2af4 100644 (file)
@@ -9,7 +9,7 @@
 #define __PICOSOM_IMX6UL_ANDROID_THINGS_H
 #include "mx_android_common.h"
 /* For NAND we don't support lock/unlock */
-#ifndef CONFIG_SYS_BOOT_NAND
+#ifndef CONFIG_NAND_BOOT
 #define CONFIG_FASTBOOT_LOCK
 #define CONFIG_ENABLE_LOCKSTATUS_SUPPORT
 #define FSL_FASTBOOT_FB_DEV "mmc"