diff options
author | Peter Robinson | 2015-05-22 17:30:47 +0100 |
---|---|---|
committer | Stefano Babic | 2015-05-26 15:58:55 +0200 |
commit | ea6909173f0f918e397d468e579fb43ee6481b1a (patch) | |
tree | c539f1ff1a325c3e7e2cbe30ed23e8af6d46c592 /include/configs/mx6qarm2.h | |
parent | 3b1f681131149b5f62602f582a7e60b0185a2a49 (diff) |
imx6: move standard ATAG configs to mx6_common.h
Define the standard ATAG consfigs in mx6_common.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Tom Rini <trini at konsulko.com>
Diffstat (limited to 'include/configs/mx6qarm2.h')
-rw-r--r-- | include/configs/mx6qarm2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 22ddbb8fa02..7a124e0f203 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -11,10 +11,6 @@ #include "mx6_common.h" -#define CONFIG_CMDLINE_TAG -#define CONFIG_SETUP_MEMORY_TAGS -#define CONFIG_INITRD_TAG - /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) |