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 /arch/arm | |
parent | 2290fe06421720d1c54523a9acf1052181bc6e87 (diff) | |
download | u-boot-imx-a4d799939fdb08ce4d7464578734316cdd0bf452.zip u-boot-imx-a4d799939fdb08ce4d7464578734316cdd0bf452.tar.gz u-boot-imx-a4d799939fdb08ce4d7464578734316cdd0bf452.tar.bz2 |
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 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3c2c755..3237a74 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -304,8 +304,8 @@ config TARGET_VEXPRESS_CA9X4 bool "Support vexpress_ca9x4" select CPU_V7 -config TARGET_KWB - bool "Support kwb" +config TARGET_BRXRE1 + bool "Support BRXRE1" select CPU_V7 select SUPPORT_SPL @@ -908,7 +908,7 @@ source "arch/arm/cpu/armv8/Kconfig" source "arch/arm/imx-common/Kconfig" source "board/bosch/shc/Kconfig" -source "board/BuR/kwb/Kconfig" +source "board/BuR/brxre1/Kconfig" source "board/BuR/brppt1/Kconfig" source "board/CarMediaLab/flea3/Kconfig" source "board/Marvell/aspenite/Kconfig" |