env: Kconfig: cosmetics: update comment for SYS_RELOC_GD_ENV_ADDR
[oweals/u-boot.git] / tools / dtoc / dtoc_test_bad_reg2.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Test device tree file for dtoc
4  *
5  * Copyright 2018 Google, Inc
6  */
7
8 /dts-v1/;
9
10 / {
11         #address-cells = <1>;
12         #size-cells = <1>;
13         spl-test {
14         compatible = "test";
15                 reg = <1 2 3>;
16         };
17 };