diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-10-03 20:16:30 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-10-24 09:35:38 +0200 |
commit | 7ad3b6aa37ccf3caa5b8d6f7d639f2904009ed1e (patch) | |
tree | 7547f2728cfc29a75313a53ffe937851d7a1999f /configs | |
parent | 8a6564dacb7e24e82077d109d7d5992d2a14dac3 (diff) | |
download | u-boot-imx-7ad3b6aa37ccf3caa5b8d6f7d639f2904009ed1e.zip u-boot-imx-7ad3b6aa37ccf3caa5b8d6f7d639f2904009ed1e.tar.gz u-boot-imx-7ad3b6aa37ccf3caa5b8d6f7d639f2904009ed1e.tar.bz2 |
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 <wens@csie.org>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Colombus_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/Colombus_defconfig b/configs/Colombus_defconfig new file mode 100644 index 0000000..16800de --- /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" |