From mboxrd@z Thu Jan 1 00:00:00 1970 From: Po-Yu Chuang Date: Tue, 19 Jul 2011 10:56:53 +0800 Subject: [U-Boot] [PATCH v3 2/2] arm: a320: enable tagged list support In-Reply-To: <1305601867-1620-2-git-send-email-ratbert.chuang@gmail.com> References: <1305601867-1620-2-git-send-email-ratbert.chuang@gmail.com> Message-ID: <1311044214-1652-1-git-send-email-ratbert.chuang@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Po-Yu Chuang Signed-off-by: Po-Yu Chuang --- v2: add a preceding patch to fix multiline comment style v3: rebase include/configs/a320evb.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h index f832d52..62913b5 100644 --- a/include/configs/a320evb.h +++ b/include/configs/a320evb.h @@ -25,6 +25,12 @@ #include /* + * Linux kernel tagged list + */ +#define CONFIG_CMDLINE_TAG +#define CONFIG_SETUP_MEMORY_TAGS + +/* * CPU and Board Configuration Options */ #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ -- 1.7.4.1