]> Git Repo - J-u-boot.git/blame - include/configs/bmips_common.h
Merge patch series "Add fdt-fixups for AM62P variants"
[J-u-boot.git] / include / configs / bmips_common.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
ee422142
ÁFR
2/*
3 * Copyright (C) 2017 Álvaro Fernández Rojas <[email protected]>
ee422142
ÁFR
4 */
5
6#ifndef __CONFIG_BMIPS_COMMON_H
7#define __CONFIG_BMIPS_COMMON_H
8
55daf1c4
ÁFR
9#include <linux/sizes.h>
10
f530eb9e 11/* UART */
65cc0e2a 12#define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
f530eb9e
ÁFR
13 230400, 500000, 1500000 }
14
ee422142 15#endif /* __CONFIG_BMIPS_COMMON_H */
This page took 0.363766 seconds and 5 git commands to generate.