Discussion:
[meta-freescale] [PATCH 1/2] p2020rdb: update uboot config * default link nor uboot types
C.r. Guo
2018-11-19 10:08:20 UTC
Permalink
From: Chunrong Guo <***@nxp.com>

Signed-off-by: Chunrong Guo <***@nxp.com>
---
conf/machine/p2020rdb.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index 54e35df..324186c 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -10,7 +10,7 @@ require conf/machine/include/e500v2.inc
MACHINEOVERRIDES =. "p2020:"
BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"

-UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
+UBOOT_CONFIG ??= "nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard nor"
UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot.bin"
UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin"
UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin"
--
2.7.4

--
C.r. Guo
2018-11-19 10:08:22 UTC
Permalink
From: Chunrong Guo <***@nxp.com>

Signed-off-by: Chunrong Guo <***@nxp.com>
---
conf/machine/p1020rdb.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index dff9a3e..b09bf17 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -10,7 +10,7 @@ require conf/machine/include/e500v2.inc
SOC_FAMILY = "p1020"
BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"

-UBOOT_CONFIG ??= "nor nand sdcard spi"
+UBOOT_CONFIG ??= "nand sdcard spi nor"
UBOOT_CONFIG[nor] = "P1020RDB-PD_config"
UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config"
UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config"
--
2.7.4

--
C.r. Guo
2018-11-28 02:37:33 UTC
Permalink
Ping.

-----Original Message-----
From: C.r. Guo
Sent: 2018年11月19日 18:08
To: meta-***@yoctoproject.org
Cc: C.r. Guo <***@nxp.com>
Subject: [PATCH 1/2] p2020rdb: update uboot config * default link nor uboot types

From: Chunrong Guo <***@nxp.com>

Signed-off-by: Chunrong Guo <***@nxp.com>
---
conf/machine/p2020rdb.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf index 54e35df..324186c 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -10,7 +10,7 @@ require conf/machine/include/e500v2.inc MACHINEOVERRIDES =. "p2020:"
BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"

-UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
+UBOOT_CONFIG ??= "nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard nor"
UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot.bin"
UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin"
UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin"
--
2.7.4

--
Loading...