diff options
author | Hai Pham | 2023-02-28 22:37:08 +0100 |
---|---|---|
committer | Marek Vasut | 2023-04-07 17:13:28 +0200 |
commit | 36b63c92c3ffb5a8673f58e2111f3ee3273e6952 (patch) | |
tree | fe02b94916e0f79bfce2b111a85ab98f259c7847 /include | |
parent | e4e242b29627bcfa9a93fe75c7ececf199a02cec (diff) |
ARM: renesas: Add R8A779G0 V4H White Hawk board code
Add board code for R8A779G0 V4H White Hawk board.
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
[Marek: Synchronize configuration symbols which are now switched to Kconfig
Mallocate gd->bd->bi_boot_params, i.e. drop the assignment
Sort headers, use clrbits_le32(), use BIT macros where appropriate
Use CONFIG_SYS_CLK_FREQ for counter frequency instead of custom macro]
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/whitehawk.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/whitehawk.h b/include/configs/whitehawk.h new file mode 100644 index 00000000000..4b4cf635966 --- /dev/null +++ b/include/configs/whitehawk.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * include/configs/whitehawk.h + * This file is White Hawk board configuration. + * + * Copyright (C) 2021 Renesas Electronics Corp. + */ + +#ifndef __WHITEHAWK_H +#define __WHITEHAWK_H + +#include "rcar-gen4-common.h" + +#endif /* __WHITEHAWK_H */ |