]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: rmobile: Drop eagle.h config of R8A77970 V3M Eagle board
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 31 May 2023 17:53:04 +0000 (19:53 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 8 Jun 2023 20:26:51 +0000 (22:26 +0200)
The eagle.h is now empty and only includes rcar-gen3-common.h .
Use rcar-gen3-common.h directly instead and drop eagle.h .
No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
board/renesas/eagle/Kconfig
include/configs/eagle.h [deleted file]

index 1e0710e73e1c57391d4641894843532b6d9cecea..4d12843b4e9f2cce34056c675052a8bc0f1b5278 100644 (file)
@@ -10,6 +10,6 @@ config SYS_VENDOR
        default "renesas"
 
 config SYS_CONFIG_NAME
-       default "eagle"
+       default "rcar-gen3-common"
 
 endif
diff --git a/include/configs/eagle.h b/include/configs/eagle.h
deleted file mode 100644 (file)
index c751f75..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * include/configs/eagle.h
- *     This file is Eagle board configuration.
- *
- * Copyright (C) 2015 Renesas Electronics Corporation
- */
-
-#ifndef __EAGLE_H
-#define __EAGLE_H
-
-#include "rcar-gen3-common.h"
-
-/* Environment compatibility */
-
-/* Board Clock */
-/* XTAL_CLK : 33.33MHz */
-
-#endif /* __EAGLE_H */