powerpc: dts: keymile: Deduplicate binman code
kmcent2-u-boot.dtsi file contains copy of powerpc u-boot.dtsi binman file. So remove code duplication and replace it by including u-boot.dtsi file. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
This commit is contained in:
@@ -74,24 +74,6 @@
|
||||
compatible = "fsl,pcie-t104x";
|
||||
law_trgt_if = <0>;
|
||||
};
|
||||
|
||||
binman {
|
||||
filename = "u-boot.bin";
|
||||
skip-at-start = <CONFIG_TEXT_BASE>;
|
||||
sort-by-offset;
|
||||
pad-byte = <0xff>;
|
||||
size = <CONFIG_SYS_MONITOR_LEN>;
|
||||
|
||||
u-boot-with-ucode-ptr {
|
||||
offset = <CONFIG_TEXT_BASE>;
|
||||
optional-ucode;
|
||||
};
|
||||
|
||||
u-boot-dtb-with-ucode {
|
||||
align = <256>;
|
||||
};
|
||||
powerpc-mpc85xx-bootpg-resetvec {
|
||||
offset = <(CFG_RESET_VECTOR_ADDRESS - 0xffc)>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
#include "u-boot.dtsi"
|
||||
|
Reference in New Issue
Block a user