* [U-Boot] [PATCH 1/2] ARM: omap3_logic: Remove SPL_OF_CONTROL and OF_PLATDATA
@ 2018-10-28 13:49 Adam Ford
2018-10-28 13:49 ` [U-Boot] [PATCH 2/2] ARM: am3517_evm: " Adam Ford
2018-11-17 13:33 ` [U-Boot] [U-Boot, 1/2] ARM: omap3_logic: " Tom Rini
0 siblings, 2 replies; 4+ messages in thread
From: Adam Ford @ 2018-10-28 13:49 UTC (permalink / raw)
To: u-boot
After the recomendation, some testing shows like these are unnecessary.
Suggested-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfig
index 54c40d8c42..452164f212 100644
--- a/configs/omap35_logic_defconfig
+++ b/configs/omap35_logic_defconfig
@@ -28,9 +28,7 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1792k(u-boot),128k(spl-os),128k(u-boot-env),6m(kernel),-(fs)"
CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
-CONFIG_SPL_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-35xx-devkit"
-CONFIG_SPL_OF_PLATDATA=y
# CONFIG_ENV_IS_IN_FAT is not set
CONFIG_ENV_IS_IN_NAND=y
CONFIG_SPL_DM=y
diff --git a/configs/omap35_logic_somlv_defconfig b/configs/omap35_logic_somlv_defconfig
index 2b7dececf7..2f7b6121fe 100644
--- a/configs/omap35_logic_somlv_defconfig
+++ b/configs/omap35_logic_somlv_defconfig
@@ -28,9 +28,7 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0,nor0=physmap-flash.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1792k(u-boot),128k(spl-os),128k(u-boot-env),6m(kernel),-(fs);physmap-flash.0:-(nor)"
CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
-CONFIG_SPL_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="logicpd-som-lv-35xx-devkit"
-CONFIG_SPL_OF_PLATDATA=y
# CONFIG_ENV_IS_IN_FAT is not set
CONFIG_ENV_IS_IN_NAND=y
CONFIG_SPL_DM=y
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index 9b50a300a0..74542d24cf 100644
--- a/configs/omap3_logic_defconfig
+++ b/configs/omap3_logic_defconfig
@@ -28,9 +28,7 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1792k(u-boot),128k(spl-os),128k(u-boot-env),6m(kernel),-(fs)"
CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
-CONFIG_SPL_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit"
-CONFIG_SPL_OF_PLATDATA=y
# CONFIG_ENV_IS_IN_FAT is not set
CONFIG_ENV_IS_IN_NAND=y
CONFIG_SPL_DM=y
diff --git a/configs/omap3_logic_somlv_defconfig b/configs/omap3_logic_somlv_defconfig
index 16351ba41c..c3dbeb049e 100644
--- a/configs/omap3_logic_somlv_defconfig
+++ b/configs/omap3_logic_somlv_defconfig
@@ -27,9 +27,7 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0,nor0=physmap-flash.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1792k(u-boot),128k(spl-os),128k(u-boot-env),6m(kernel),-(fs);physmap-flash.0:-(nor)"
CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
-CONFIG_SPL_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="logicpd-som-lv-37xx-devkit"
-CONFIG_SPL_OF_PLATDATA=y
# CONFIG_ENV_IS_IN_FAT is not set
CONFIG_ENV_IS_IN_NAND=y
CONFIG_SPL_DM=y
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] ARM: am3517_evm: Remove SPL_OF_CONTROL and OF_PLATDATA
2018-10-28 13:49 [U-Boot] [PATCH 1/2] ARM: omap3_logic: Remove SPL_OF_CONTROL and OF_PLATDATA Adam Ford
@ 2018-10-28 13:49 ` Adam Ford
2018-11-17 13:33 ` [U-Boot] [U-Boot, " Tom Rini
2018-11-17 13:33 ` [U-Boot] [U-Boot, 1/2] ARM: omap3_logic: " Tom Rini
1 sibling, 1 reply; 4+ messages in thread
From: Adam Ford @ 2018-10-28 13:49 UTC (permalink / raw)
To: u-boot
After the recomendation, some testing shows like these are unnecessary.
Suggested-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index e334030e51..1c251cf914 100644
--- a/configs/am3517_evm_defconfig
+++ b/configs/am3517_evm_defconfig
@@ -33,9 +33,7 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0"
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1920k(u-boot),256k(u-boot-env),8m(kernel),512k(dtb),-(rootfs)"
CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
-CONFIG_SPL_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="am3517-evm"
-CONFIG_SPL_OF_PLATDATA=y
# CONFIG_ENV_IS_IN_FAT is not set
CONFIG_ENV_IS_IN_NAND=y
CONFIG_DM_PCA953X=y
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [U-Boot, 1/2] ARM: omap3_logic: Remove SPL_OF_CONTROL and OF_PLATDATA
2018-10-28 13:49 [U-Boot] [PATCH 1/2] ARM: omap3_logic: Remove SPL_OF_CONTROL and OF_PLATDATA Adam Ford
2018-10-28 13:49 ` [U-Boot] [PATCH 2/2] ARM: am3517_evm: " Adam Ford
@ 2018-11-17 13:33 ` Tom Rini
1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2018-11-17 13:33 UTC (permalink / raw)
To: u-boot
On Sun, Oct 28, 2018 at 08:49:56AM -0500, Adam Ford wrote:
> After the recomendation, some testing shows like these are unnecessary.
>
> Suggested-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> Signed-off-by: Adam Ford <aford173@gmail.com>
>
> diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfig
> index 54c40d8c42..452164f212 100644
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181117/ffa4333e/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [U-Boot, 2/2] ARM: am3517_evm: Remove SPL_OF_CONTROL and OF_PLATDATA
2018-10-28 13:49 ` [U-Boot] [PATCH 2/2] ARM: am3517_evm: " Adam Ford
@ 2018-11-17 13:33 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2018-11-17 13:33 UTC (permalink / raw)
To: u-boot
On Sun, Oct 28, 2018 at 08:49:57AM -0500, Adam Ford wrote:
> After the recomendation, some testing shows like these are unnecessary.
>
> Suggested-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> Signed-off-by: Adam Ford <aford173@gmail.com>
>
> diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
> index e334030e51..1c251cf914 100644
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181117/4d80052f/attachment.sig>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-11-17 13:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-28 13:49 [U-Boot] [PATCH 1/2] ARM: omap3_logic: Remove SPL_OF_CONTROL and OF_PLATDATA Adam Ford
2018-10-28 13:49 ` [U-Boot] [PATCH 2/2] ARM: am3517_evm: " Adam Ford
2018-11-17 13:33 ` [U-Boot] [U-Boot, " Tom Rini
2018-11-17 13:33 ` [U-Boot] [U-Boot, 1/2] ARM: omap3_logic: " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox