mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
qualcommax: ipq6018: remove unused reserved memory
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Waiting to run
Build host tools / Build host tools for linux and macos based systems (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Waiting to run
Build host tools / Build host tools for linux and macos based systems (push) Waiting to run
Deleted useless content, since it is the same as the mainline kernel Signed-off-by: Coia Prant <coiaprant@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19300 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
2684fe31d0
commit
fd123d6d13
1 changed files with 1 additions and 17 deletions
|
|
@ -2,22 +2,6 @@
|
|||
|
||||
#include "ipq6018.dtsi"
|
||||
|
||||
&rpm_msg_ram {
|
||||
reg = <0x0 0x00060000 0x0 0x6000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
&tz {
|
||||
reg = <0x0 0x4a600000 0x0 0x00400000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
&smem_region {
|
||||
reg = <0x0 0x4aa00000 0x0 0x00100000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
&q6_region {
|
||||
reg = <0x0 0x4ab00000 0x0 0x03700000>;
|
||||
no-map;
|
||||
reg = <0x0 0x4ab00000 0x0 0x3700000>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue