diff options
author | Hannes Schmelzer <oe5hpm@oevsv.at> | 2016-06-22 12:36:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-24 17:24:40 -0400 |
commit | a4d799939fdb08ce4d7464578734316cdd0bf452 (patch) | |
tree | 3753cc6fce9bbdda26410bca07afcd334e30ba4f /include | |
parent | 2290fe06421720d1c54523a9acf1052181bc6e87 (diff) | |
download | u-boot-a4d799939fdb08ce4d7464578734316cdd0bf452.tar.gz |
board/BuR: rename kwb board to brxre1
Rename B&R kwb board to brxre1
Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/brxre1.h (renamed from include/configs/kwb.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/kwb.h b/include/configs/brxre1.h index 2bddc6b7df..11f56bfb4d 100644 --- a/include/configs/kwb.h +++ b/include/configs/brxre1.h @@ -1,5 +1,5 @@ /* - * kwb.h + * brxre1.h * * specific parts for B&R KWB Motherboard * @@ -9,8 +9,8 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#ifndef __CONFIG_KWB_H__ -#define __CONFIG_KWB_H__ +#ifndef __CONFIG_BRXRE1_H__ +#define __CONFIG_BRXRE1_H__ #include <configs/bur_cfg_common.h> #include <configs/bur_am335x_common.h> @@ -140,4 +140,4 @@ BUR_COMMON_ENV \ #define CONFIG_FAT_WRITE #endif /* CONFIG_MMC, ... */ -#endif /* __CONFIG_KWB_H__ */ +#endif /* __CONFIG_BRXRE1_H__ */ |