Re: [U-Boot] [PATCH 4/4] rockchip: dts: rk3368: reduce the number of nodes seen in TPL

2017-08-26 Thread Simon Glass
On 14 August 2017 at 11:05, Philipp Tomsich
 wrote:
> The RK3368 TPL stage always returns to the BootROM, so it has no need
> for the eMMC, SD and SPI nodes.  This marks those nodes (that should
> be included in SPL, but not TPL) as 'u-boot,dm-spl'.
>
> Signed-off-by: Philipp Tomsich 
> ---
>
>  arch/arm/dts/rk3368-lion-u-boot.dtsi | 8 
>  1 file changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH 4/4] rockchip: dts: rk3368: reduce the number of nodes seen in TPL

2017-08-14 Thread Philipp Tomsich
The RK3368 TPL stage always returns to the BootROM, so it has no need
for the eMMC, SD and SPI nodes.  This marks those nodes (that should
be included in SPL, but not TPL) as 'u-boot,dm-spl'.

Signed-off-by: Philipp Tomsich 
---

 arch/arm/dts/rk3368-lion-u-boot.dtsi | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/rk3368-lion-u-boot.dtsi 
b/arch/arm/dts/rk3368-lion-u-boot.dtsi
index 6052e8a..dbf614c 100644
--- a/arch/arm/dts/rk3368-lion-u-boot.dtsi
+++ b/arch/arm/dts/rk3368-lion-u-boot.dtsi
@@ -70,18 +70,18 @@
 };
 
  {
-   u-boot,dm-pre-reloc;
+   u-boot,dm-spl;
 };
 
  {
-   u-boot,dm-pre-reloc;
+   u-boot,dm-spl;
 };
 
  {
-   u-boot,dm-pre-reloc;
+   u-boot,dm-spl;
 
spiflash: w25q32dw@0 {
-   u-boot,dm-pre-reloc;
+   u-boot,dm-spl;
};
 };
 
-- 
2.1.4

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot