1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-02 03:17:29 +01:00

ARM: rmobile: Drop eagle.h config of R8A77970 V3M Eagle board

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>
This commit is contained in:
Marek Vasut
2023-05-31 19:53:04 +02:00
parent b0866db2dc
commit 79fedab62a
2 changed files with 1 additions and 20 deletions

View File

@@ -10,6 +10,6 @@ config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "eagle"
default "rcar-gen3-common"
endif

View File

@@ -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 */