mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 21:16:02 +01:00
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>
16 lines
183 B
Plaintext
16 lines
183 B
Plaintext
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
|