u-boot/board/renesas/eagle/Kconfig
Marek Vasut 79fedab62a 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>
2023-06-08 22:26:51 +02:00

15 lines
183 B
Text

if TARGET_EAGLE
config SYS_SOC
default "rmobile"
config SYS_BOARD
default "eagle"
config SYS_VENDOR
default "renesas"
config SYS_CONFIG_NAME
default "rcar-gen3-common"
endif