f6320e326f
Since the dtsi/dts files have been moved some includes are now broken so this fixes up the includes so the dtbs build again. Link: https://lore.kernel.org/r/20201002133418.2250277-6-daniel@0x0f.com Signed-off-by: Daniel Palmer <daniel@0x0f.com> Signed-off-by: Olof Johansson <olof@lixom.net>
15 lines
250 B
Plaintext
15 lines
250 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Copyright (c) 2020 thingy.jp.
|
|
* Author: Daniel Palmer <daniel@thingy.jp>
|
|
*/
|
|
|
|
#include "mstar-mercury5.dtsi"
|
|
|
|
/ {
|
|
memory@20000000 {
|
|
device_type = "memory";
|
|
reg = <0x20000000 0x4000000>;
|
|
};
|
|
};
|