From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 25 Sep 2014 20:09:01 +0100 Subject: [U-Boot] [PATCH v2 10/10] ARM: sun6i: Add Colombus board defconfig In-Reply-To: <1411545673-5591-11-git-send-email-wens@csie.org> References: <1411545673-5591-1-git-send-email-wens@csie.org> <1411545673-5591-11-git-send-email-wens@csie.org> Message-ID: <1411672141.3824.28.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > The Colombus board is an A31 evaluation board from WITS Technology. > > Signed-off-by: Chen-Yu Tsai > --- > configs/Colombus_defconfig | 4 ++++ > 1 file changed, 4 insertions(+) > create mode 100644 configs/Colombus_defconfig > > 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" Does this do anything other than define an unused #define? Ah, I suppose eventually it will cause the inclusion of a suitable dram file. Really ought to start moving things out of SYS_EXTRA though, but I don't think you need to shave that yakk just to get this patch in, so: Acked-by: Ian Campbell