mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
23 lines
604 B
Diff
23 lines
604 B
Diff
|
From fef741eacc51dc666098dfeb48727be6d54fb706 Mon Sep 17 00:00:00 2001
|
||
|
From: Phil Elwell <phil@raspberrypi.org>
|
||
|
Date: Wed, 14 Mar 2018 11:31:04 +0000
|
||
|
Subject: [PATCH 248/454] bcm2710-rpi-3-b.dts: Remove duplicate memreserve
|
||
|
|
||
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
||
|
---
|
||
|
arch/arm/boot/dts/bcm2710-rpi-3-b.dts | 4 ----
|
||
|
1 file changed, 4 deletions(-)
|
||
|
|
||
|
--- a/arch/arm/boot/dts/bcm2710-rpi-3-b.dts
|
||
|
+++ b/arch/arm/boot/dts/bcm2710-rpi-3-b.dts
|
||
|
@@ -1,9 +1,5 @@
|
||
|
/dts-v1/;
|
||
|
|
||
|
-#ifdef RPI364
|
||
|
-/memreserve/ 0x00000000 0x00001000;
|
||
|
-#endif
|
||
|
-
|
||
|
#include "bcm2710.dtsi"
|
||
|
#include "bcm283x-rpi-smsc9514.dtsi"
|
||
|
|