In message: [linux-yocto][linux-yocto v6.1/standard/intel-sdk-6.1/intel-socfpga 
& v6.1/standard/preempt-rt/intel-sdk-6.1/intel-socfpga][PATCH 1/2] kbuild: 
Enable DT symbols when CONFIG_OF_OVERLAY is used
on 06/06/2023 Liwei Song wrote:

> From: Geert Uytterhoeven <geert+rene...@glider.be>
> 
> commit 99b4b29326e336aab314dac79854e8642e74ba5a from
> https://github.com/altera-opensource/linux-socfpga.git
> 
> Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be>
> Signed-off-by: Liwei Song <liwei.s...@windriver.com>
> ---
> Hi Bruce,
> 
> These two patches are bug fixes for stratix 10 rsu feature,
> without them rsu feature in uboot will run in error.
> Could you help merge them to below branches:
> 
>   v6.1/standard/intel-sdk-6.1/intel-socfpga
>   v6.1/standard/preempt-rt/intel-sdk-6.1/intel-socfpga

merged.

Bruce

> 
> Thanks,
> Liwei.
> 
> ---
>  scripts/Makefile.lib | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
> index 3aa384cec76b..7f3801cbf344 100644
> --- a/scripts/Makefile.lib
> +++ b/scripts/Makefile.lib
> @@ -375,6 +375,10 @@ cmd_dt_S_dtb=                                            
> \
>  $(obj)/%.dtb.S: $(obj)/%.dtb FORCE
>       $(call if_changed,dt_S_dtb)
>  
> +ifeq ($(CONFIG_OF_OVERLAY),y)
> +DTC_FLAGS += -@
> +endif
> +
>  quiet_cmd_dtc = DTC     $@
>  cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) 
> $< ; \
>       $(DTC) -o $@ -b 0 \
> -- 
> 2.35.5
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12710): 
https://lists.yoctoproject.org/g/linux-yocto/message/12710
Mute This Topic: https://lists.yoctoproject.org/mt/99359476/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: 
https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy
 [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to