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:
@@ -10,6 +10,6 @@ config SYS_VENDOR
|
||||
default "renesas"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "eagle"
|
||||
default "rcar-gen3-common"
|
||||
|
||||
endif
|
||||
|
||||
@@ -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 */
|
||||
Reference in New Issue
Block a user