From c04ac5bd408f3e132eb458b24fef8c0e11751b3c Mon Sep 17 00:00:00 2001 From: Hannes Schmelzer Date: Wed, 17 Jul 2019 14:29:53 +0200 Subject: board/BuR/brppt2: initial commit This commit adds support for the brppt2 board. The board is based on the i.mx6 dual-lite SoC. Signed-off-by: Hannes Schmelzer --- board/BuR/brppt2/Kconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 board/BuR/brppt2/Kconfig (limited to 'board/BuR/brppt2/Kconfig') diff --git a/board/BuR/brppt2/Kconfig b/board/BuR/brppt2/Kconfig new file mode 100644 index 0000000000..aa39d66fb7 --- /dev/null +++ b/board/BuR/brppt2/Kconfig @@ -0,0 +1,18 @@ +if TARGET_BRPPT2 + +config SYS_BOARD + default "brppt2" + +config SYS_VENDOR + default "BuR" + +config SYS_SOC + default "mx6" + +config SYS_CONFIG_NAME + default "brppt2" + +config SPL_DM_SPI + def_bool y + +endif -- cgit v1.2.1