mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
b650c83825
The HiHope RZ/G2M board from HopeRun consists of main board (HopeRun HiHope RZ/G2M main board) and sub board(HopeRun HiHope RZ/G2M sub board). The HiHope RZ/G2M sub board sits below the HiHope RZ/G2M main board. This patch adds the required board support to boot HopeRun HiHope RZ/G2M board. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
15 lines
190 B
Text
15 lines
190 B
Text
if TARGET_HIHOPE_RZG2
|
|
|
|
config SYS_SOC
|
|
default "rmobile"
|
|
|
|
config SYS_BOARD
|
|
default "hihope-rzg2"
|
|
|
|
config SYS_VENDOR
|
|
default "hoperun"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "hihope-rzg2"
|
|
|
|
endif
|