mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +02:00
- H616 fixes to keep it in sync with upstream TF-A
This commit is contained in:
@@ -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 {
|
osc24M: osc24M_clk {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
#define BL31_ADDR 0x104000
|
#define BL31_ADDR 0x104000
|
||||||
#define SCP_ADDR 0x114000
|
#define SCP_ADDR 0x114000
|
||||||
#elif defined(CONFIG_MACH_SUN50I_H616)
|
#elif defined(CONFIG_MACH_SUN50I_H616)
|
||||||
#define BL31_ADDR 0x40004000
|
#define BL31_ADDR 0x40000000
|
||||||
#else
|
#else
|
||||||
#define BL31_ADDR 0x44000
|
#define BL31_ADDR 0x44000
|
||||||
#define SCP_ADDR 0x50000
|
#define SCP_ADDR 0x50000
|
||||||
|
Reference in New Issue
Block a user