mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
cde373f04f
Now that TARGET_BEACON_RZG2M can handle all the work that was done with TARGET_BEACON_RZG2N and TARGET_BEACON_RZG2H, remove them since they just create more duplicate code. Signed-off-by: Adam Ford <aford173@gmail.com>
15 lines
192 B
Text
15 lines
192 B
Text
if TARGET_BEACON_RZG2M
|
|
|
|
config SYS_SOC
|
|
default "rmobile"
|
|
|
|
config SYS_BOARD
|
|
default "beacon-rzg2m"
|
|
|
|
config SYS_VENDOR
|
|
default "beacon"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "beacon-rzg2m"
|
|
|
|
endif
|