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 /board/BuR/brxre1/Kconfig | |
parent | 2290fe06421720d1c54523a9acf1052181bc6e87 (diff) |
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 'board/BuR/brxre1/Kconfig')
-rw-r--r-- | board/BuR/brxre1/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/board/BuR/brxre1/Kconfig b/board/BuR/brxre1/Kconfig new file mode 100644 index 0000000000..389e523f60 --- /dev/null +++ b/board/BuR/brxre1/Kconfig @@ -0,0 +1,15 @@ +if TARGET_BRXRE1 + +config SYS_BOARD + default "brxre1" + +config SYS_VENDOR + default "BuR" + +config SYS_SOC + default "am33xx" + +config SYS_CONFIG_NAME + default "brxre1" + +endif |