Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
a53e89bc
Commit
a53e89bc
authored
Jun 17, 2020
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Jun 17, 2020
Browse files
Merge "plat/arm: Fix load address of TB_FW_CONFIG" into integration
parents
5eeb091a
15865870
Changes
2
Show whitespace changes
Inline
Side-by-side
plat/arm/board/rdn1edge/fdts/rdn1edge_fw_config.dts
View file @
a53e89bc
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
/* tb_fw_config is temporarily contained on this dtb */
/* tb_fw_config is temporarily contained on this dtb */
tb_fw-config {
tb_fw-config {
load-address = <0x0 0x
80
001010>;
load-address = <0x0 0x
4
001010>;
max-size = <0x200>;
max-size = <0x200>;
id = <TB_FW_CONFIG_ID>;
id = <TB_FW_CONFIG_ID>;
};
};
...
...
plat/arm/board/tc0/fdts/tc0_fw_config.dts
View file @
a53e89bc
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
/* tb_fw_config is temporarily contained in this dtb */
/* tb_fw_config is temporarily contained in this dtb */
tb_fw-config {
tb_fw-config {
load-address = <0x0 0x
2
001010>;
load-address = <0x0 0x
4
001010>;
max-size = <0x200>;
max-size = <0x200>;
id = <TB_FW_CONFIG_ID>;
id = <TB_FW_CONFIG_ID>;
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment