diff options
| author | Chen-Yu Tsai <[email protected]> | 2014-10-03 20:16:30 +0800 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2014-10-24 09:35:38 +0200 |
| commit | 7ad3b6aa37ccf3caa5b8d6f7d639f2904009ed1e (patch) | |
| tree | 7547f2728cfc29a75313a53ffe937851d7a1999f | |
| parent | 8a6564dacb7e24e82077d109d7d5992d2a14dac3 (diff) | |
ARM: sun6i: Add Colombus board defconfig
The Colombus board is an A31 evaluation board from WITS Technology.
Maxime has kindly agreed to maintain this board.
[1] http://lists.denx.de/pipermail/u-boot/2014-September/190043.html
Signed-off-by: Chen-Yu Tsai <[email protected]>
Cc: Maxime Ripard <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Acked-by: Ian Campbell <[email protected]>
| -rw-r--r-- | board/sunxi/MAINTAINERS | 5 | ||||
| -rw-r--r-- | configs/Colombus_defconfig | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 6c4226ed327..7afe45ebee9 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -45,3 +45,8 @@ M: Iain Paton <[email protected]> S: Maintained F: board/sunxi/dram_a20_olinuxino_l2.c F: configs/A20-OLinuXino-Lime2_defconfig + +COLOMBUS BOARD +M: Maxime Ripard <[email protected]> +S: Maintained +F: configs/Colombus_defconfig diff --git a/configs/Colombus_defconfig b/configs/Colombus_defconfig new file mode 100644 index 00000000000..16800de2bcd --- /dev/null +++ b/configs/Colombus_defconfig @@ -0,0 +1,4 @@ +CONFIG_SYS_EXTRA_OPTIONS="COLOMBUS" +CONFIG_ARM=y +CONFIG_TARGET_SUN6I=y +CONFIG_FDTFILE="sun6i-a31-colombus.dtb" |
