diff options
| author | Tom Rini <[email protected]> | 2025-06-10 16:32:17 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-10 16:32:17 -0600 |
| commit | 730201c6f5bffb5039b31642f177d4088657fd18 (patch) | |
| tree | 6c14ee6b2fc3f53c7a13f72093d26d0a6b8f5556 /include | |
| parent | d7c449c3d83a986d61e38d1762433c0607caf5c5 (diff) | |
| parent | 55c4a6db549cdad3f185e33f439d130cec7a6bc8 (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
One more board to support, this time Retronix Sparrow Hawk based on
Renesas R-Car V4H SoC . This is board support, so master branch should
be fine. The DT in dts/upstream/ is a backport from Linux, and will
disappear on next DT sync.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sparrowhawk.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/sparrowhawk.h b/include/configs/sparrowhawk.h new file mode 100644 index 00000000000..0524e39229c --- /dev/null +++ b/include/configs/sparrowhawk.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * include/configs/sparrowhawk.h + * This file is Sparrow Hawk board configuration. + * + * Copyright (C) 2025 Marek Vasut <[email protected]> + */ + +#ifndef __SPARROWHAWK_H +#define __SPARROWHAWK_H + +#include "rcar-gen4-common.h" + +#endif /* __SPARROWHAWK_H */ |
