diff options
author | Hannes Schmelzer <oe5hpm@oevsv.at> | 2016-06-22 12:36:13 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-24 17:24:39 -0400 |
commit | 2290fe06421720d1c54523a9acf1052181bc6e87 (patch) | |
tree | 575076886d12071515f42e474a1360c7efdc1fe5 /include | |
parent | 8ada4e0ee652d2108c640a4daaf63865ad8dedb1 (diff) | |
download | u-boot-2290fe06421720d1c54523a9acf1052181bc6e87.tar.gz |
board/BuR: rename tseries board to brppt1
Rename B&R tseries board to brppt1
Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/brppt1.h (renamed from include/configs/tseries.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/tseries.h b/include/configs/brppt1.h index 8ed9eb080d..6a239b59a6 100644 --- a/include/configs/tseries.h +++ b/include/configs/brppt1.h @@ -1,5 +1,5 @@ /* - * tseries.h + * brtpp1.h * * specific parts for B&R T-Series Motherboard * @@ -9,8 +9,8 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#ifndef __CONFIG_TSERIES_H__ -#define __CONFIG_TSERIES_H__ +#ifndef __CONFIG_BRPPT1_H__ +#define __CONFIG_BRPPT1_H__ #include <configs/bur_cfg_common.h> #include <configs/bur_am335x_common.h> @@ -301,4 +301,4 @@ MMCARGS #define CONFIG_EXT4_WRITE #endif /* CONFIG_MMC, ... */ -#endif /* ! __CONFIG_TSERIES_H__ */ +#endif /* ! __CONFIG_BRPPT1_H__ */ |