Re: [U-Boot] [PATCH v2 1/1] Sandbox: provide default dtb

2018-07-15 Thread Heinrich Schuchardt
On 07/15/2018 11:22 PM, Simon Glass wrote:
> Hi Heinrich,
> 
> On 15 June 2018 at 14:06, Heinrich Schuchardt  wrote:
>> Provide sandbox.dtb as default device tree for sandbox_defconfig.
>>
>> We can use the dtb with
>>
>> ./u-boot -d u-boot.dtb
>>
>> Signed-off-by: Heinrich Schuchardt 
>> ---
>> v2
>> adjust commit message
>> ---
>>  configs/sandbox_defconfig | 1 +
>>  1 file changed, 1 insertion(+)
> 
> I afraid I still don't understand the purpose of this patch. Can you
> please expand the commit message? Also please reference -D since that
> is supposed to provide the default DT.
> 
> Regards,
> Simon
> 

With current master ./u-boot -D provides ethernet. So we don't this patch.

Regards

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


Re: [U-Boot] [PATCH v2 1/1] Sandbox: provide default dtb

2018-07-15 Thread Simon Glass
Hi Heinrich,

On 15 June 2018 at 14:06, Heinrich Schuchardt  wrote:
> Provide sandbox.dtb as default device tree for sandbox_defconfig.
>
> We can use the dtb with
>
> ./u-boot -d u-boot.dtb
>
> Signed-off-by: Heinrich Schuchardt 
> ---
> v2
> adjust commit message
> ---
>  configs/sandbox_defconfig | 1 +
>  1 file changed, 1 insertion(+)

I afraid I still don't understand the purpose of this patch. Can you
please expand the commit message? Also please reference -D since that
is supposed to provide the default DT.

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


[U-Boot] [PATCH v2 1/1] Sandbox: provide default dtb

2018-06-15 Thread Heinrich Schuchardt
Provide sandbox.dtb as default device tree for sandbox_defconfig.

We can use the dtb with

./u-boot -d u-boot.dtb

Signed-off-by: Heinrich Schuchardt 
---
v2
adjust commit message
---
 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 2fc84a16c9..3bdb97b7d3 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -19,6 +19,7 @@ CONFIG_PRE_CONSOLE_BUFFER=y
 CONFIG_PRE_CON_BUF_ADDR=0x10
 CONFIG_LOG_MAX_LEVEL=6
 CONFIG_LOG_ERROR_RETURN=y
+CONFIG_DEFAULT_FDT_FILE="sandbox.dtb"
 CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_CMD_CPU=y
 CONFIG_CMD_LICENSE=y
-- 
2.17.1

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