mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 08:07:59 +00:00
![]() Add CONFIG_RESET_VECTOR_ADDRESS definition with the default value in u-boot.dtsi to fix the build error below. In the configuration header file of some MPC85xx boards, there is not the definition of CONFIG_RESET_VECTOR_ADDRESS, while CONFIG_SYS_MPC85XX_NO_RESETVEC is also not defined. In this case, it will lack of definition of CONFIG_RESET_VECTOR_ADDRESS in u-boot.dtsi, and the address 0xfffffffc will be used as the boot page by default. Error log: DTC arch/powerpc/dts/mpc8548cds.dtb DTC arch/powerpc/dts/mpc8548cds_36b.dtb Error: arch/powerpc/dts/u-boot.dtsi:28.15-16 syntax error FATAL ERROR: Unable to parse input tree Error: arch/powerpc/dts/u-boot.dtsi:28.15-16 syntax error FATAL ERROR: Unable to parse input tree scripts/Makefile.lib:308: recipe for target 'arch/powerpc/dts/mpc8548cds.dtb' failed make[2]: *** [arch/powerpc/dts/mpc8548cds.dtb] Error 1 make[2]: *** Waiting for unfinished jobs.... scripts/Makefile.lib:308: recipe for target 'arch/powerpc/dts/mpc8548cds_36b.dtb' failed make[2]: *** [arch/powerpc/dts/mpc8548cds_36b.dtb] Error 1 dts/Makefile:38: recipe for target 'arch-dtbs' failed make[1]: *** [arch-dtbs] Error 2 Makefile:1038: recipe for target 'dts/dt.dtb' failed make: *** [dts/dt.dtb] Error 2 Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> |
||
---|---|---|
.. | ||
gdsys | ||
.gitignore | ||
e500mc_power_isa.dtsi | ||
e500v2_power_isa.dtsi | ||
e5500_power_isa.dtsi | ||
e6500_power_isa.dtsi | ||
gazerbeam.dts | ||
Makefile | ||
mcr3000.dts | ||
p1020-post.dtsi | ||
p1020.dtsi | ||
p1020rdb-pc.dts | ||
p1020rdb-pc_36b.dts | ||
p1020rdb-pd.dts | ||
p2020-post.dtsi | ||
p2020.dtsi | ||
p2020rdb-pc.dts | ||
p2020rdb-pc_36b.dts | ||
p2041.dtsi | ||
p2041rdb.dts | ||
p3041.dtsi | ||
p3041ds.dts | ||
p4080.dtsi | ||
p4080ds.dts | ||
p5040.dtsi | ||
p5040ds.dts | ||
t102x.dtsi | ||
t104x.dtsi | ||
t1024rdb.dts | ||
t1042d4rdb.dts | ||
t2080.dtsi | ||
t2080qds.dts | ||
t2080rdb.dts | ||
t4240.dtsi | ||
t4240rdb.dts | ||
u-boot.dtsi |