diff options
| author | Tom Rini <[email protected]> | 2023-10-17 09:15:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-17 09:15:56 -0400 |
| commit | e65b5d35c9116485366bb08138043d51220551da (patch) | |
| tree | a7ff86d5ab6e831cb05c875ab9c1521c5405fe0f /include/configs | |
| parent | c41df16b27bbe37be861072d876f348748684737 (diff) | |
| parent | 4e65545f7a35430710ce95bdddf9d683f7a3f72a (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
- RZ/G2L part 1, except for two serial port patches which I had to drop
as they broke R2Dplus, they will come later via subsequent PR.
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/rzg2l-smarc.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/rzg2l-smarc.h b/include/configs/rzg2l-smarc.h new file mode 100644 index 00000000000..ea57d280cb8 --- /dev/null +++ b/include/configs/rzg2l-smarc.h @@ -0,0 +1,14 @@ +/* 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 */ |
