diff options
author | Po-Yu Chuang <ratbert@faraday-tech.com> | 2011-07-18 16:56:53 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-08-04 12:57:31 +0200 |
commit | fd90b0d0501715531358d8e4ddc5a82fd1782e91 (patch) | |
tree | f199ab102417dbbf6e19737fbbc071667900484d /include | |
parent | 7899147b5577c1b701e320ebb792e3579e7302e5 (diff) | |
download | u-boot-imx-fd90b0d0501715531358d8e4ddc5a82fd1782e91.zip u-boot-imx-fd90b0d0501715531358d8e4ddc5a82fd1782e91.tar.gz u-boot-imx-fd90b0d0501715531358d8e4ddc5a82fd1782e91.tar.bz2 |
arm: a320: enable tagged list support
Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Diffstat (limited to 'include')
-rw-r--r-- | 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 <asm/arch/a320.h> /* + * 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 */ |