mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 22:03:15 +00:00
15 lines
281 B
C
15 lines
281 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright (C) 2023 Renesas Electronics Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef __RENESAS_RZG2L_H
|
||
|
#define __RENESAS_RZG2L_H
|
||
|
|
||
|
#include <asm/arch/rmobile.h>
|
||
|
|
||
|
/* console */
|
||
|
#define CFG_SYS_BAUDRATE_TABLE { 115200, 38400 }
|
||
|
|
||
|
#endif /* __RENESAS_RZG2L_H */
|