Re: [U-Boot] [PATCH] kbuild: Do not append dtb for OF_EMBED case

2016-04-27 Thread Michal Simek
Hi Masahiro, On 28.4.2016 07:54, Masahiro Yamada wrote: > Hi Michal, > (+cc Simon) > > 2016-04-27 21:28 GMT+09:00 Michal Simek : >> dtb is already included in binary that's why there is no need to replace >> u-boot-spl.bin with u-boot-spl-dtb.bin. This is only needed for >> OF_SEPARATE is enabled

Re: [U-Boot] [PATCH] kbuild: Do not append dtb for OF_EMBED case

2016-04-27 Thread Masahiro Yamada
Hi Michal, (+cc Simon) 2016-04-27 21:28 GMT+09:00 Michal Simek : > dtb is already included in binary that's why there is no need to replace > u-boot-spl.bin with u-boot-spl-dtb.bin. This is only needed for > OF_SEPARATE is enabled. Only copy -nodtb.bin version which is straight > output from objco

[U-Boot] [PATCH] kbuild: Do not append dtb for OF_EMBED case

2016-04-27 Thread Michal Simek
dtb is already included in binary that's why there is no need to replace u-boot-spl.bin with u-boot-spl-dtb.bin. This is only needed for OF_SEPARATE is enabled. Only copy -nodtb.bin version which is straight output from objcopy -O binary. Signed-off-by: Michal Simek --- scripts/Makefile.spl | 5