mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
16 lines
180 B
Text
16 lines
180 B
Text
|
if TARGET_SH7763RDP
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "sh4"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "sh7763rdp"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "renesas"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "sh7763rdp"
|
||
|
|
||
|
endif
|