Just follow others and drop qemu_ from the name, we have that in the folder already. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
/*
|
|
* Copyright (c) 2020 Intel Corporation.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#define DT_DRAM_BASE 0x100000
|
|
#define DT_DRAM_SIZE DT_SIZE_K(256)
|
|
#include "qemu_x86.dts"
|