[go: up one dir, main page]

Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- H616 fixes to keep it in sync with upstream TF-A
  • Loading branch information
trini committed Mar 31, 2021
2 parents d8eafb1 + 62acef2 commit dd85c95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions arch/arm/dts/sun50i-h616.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,6 @@
};
};

reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;

/* 512KiB reserved for ARM Trusted Firmware (BL31) */
secmon_reserved: secmon@40000000 {
reg = <0x0 0x40000000 0x0 0x80000>;
no-map;
};
};

osc24M: osc24M_clk {
#clock-cells = <0>;
compatible = "fixed-clock";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/dts/sunxi-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define BL31_ADDR 0x104000
#define SCP_ADDR 0x114000
#elif defined(CONFIG_MACH_SUN50I_H616)
#define BL31_ADDR 0x40004000
#define BL31_ADDR 0x40000000
#else
#define BL31_ADDR 0x44000
#define SCP_ADDR 0x50000
Expand Down

0 comments on commit dd85c95

Please sign in to comment.