summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2018-08-09 15:00:04 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-21 09:44:34 +0800
commitd8e1440bc592550ab0b7fa0aace9517235da62d0 (patch)
tree2b1d8ff77e535fddf34ea5c40e2d8c9444ec3fc1 /configs
parentb6c141b11e519e628b9fcbe1e5f965a724c40bcf (diff)
MA-12345 Decide fdt location at run time
Remove CONFIG_LOAD_FDT_FROM_PART and decide the fdt location at run time. Test: build and build ok on both Android and Android Things. Change-Id: Ice49e71b54db33468e49298705a714e4acb333e3 Signed-off-by: Ji Luo <ji.luo@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mq_evk_androidthings_defconfig1
-rw-r--r--configs/imx8mq_phanbell_androidthings_defconfig1
-rw-r--r--configs/pico-imx7d-trusty_defconfig1
-rw-r--r--configs/pico-imx7d_defconfig1
4 files changed, 0 insertions, 4 deletions
diff --git a/configs/imx8mq_evk_androidthings_defconfig b/configs/imx8mq_evk_androidthings_defconfig
index c7084e08b8..1cd1ae3cbe 100644
--- a/configs/imx8mq_evk_androidthings_defconfig
+++ b/configs/imx8mq_evk_androidthings_defconfig
@@ -12,7 +12,6 @@ CONFIG_HUSH_PARSER=y
CONFIG_OF_LIBFDT=y
CONFIG_BOOTDELAY=1
CONFIG_FS_FAT=y
-CONFIG_LOAD_FDT_FROM_PART=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
diff --git a/configs/imx8mq_phanbell_androidthings_defconfig b/configs/imx8mq_phanbell_androidthings_defconfig
index f3d02a0c8a..f4b7956702 100644
--- a/configs/imx8mq_phanbell_androidthings_defconfig
+++ b/configs/imx8mq_phanbell_androidthings_defconfig
@@ -10,7 +10,6 @@ CONFIG_SPL=y
CONFIG_SPL_BOARD_INIT=y
CONFIG_HUSH_PARSER=y
CONFIG_OF_LIBFDT=y
-CONFIG_LOAD_FDT_FROM_PART=y
CONFIG_BOOTDELAY=3
CONFIG_FS_FAT=y
CONFIG_CMD_CACHE=y
diff --git a/configs/pico-imx7d-trusty_defconfig b/configs/pico-imx7d-trusty_defconfig
index 37dc6ab3ca..9a7ba19005 100644
--- a/configs/pico-imx7d-trusty_defconfig
+++ b/configs/pico-imx7d-trusty_defconfig
@@ -36,5 +36,4 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
CONFIG_OF_LIBFDT=y
-CONFIG_LOAD_FDT_FROM_PART=y
CONFIG_AVB_ATX=y
diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig
index 981f7a0f3f..49ef43dc20 100644
--- a/configs/pico-imx7d_defconfig
+++ b/configs/pico-imx7d_defconfig
@@ -35,5 +35,4 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
CONFIG_OF_LIBFDT=y
-CONFIG_LOAD_FDT_FROM_PART=y
CONFIG_AVB_ATX=y