diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-05-22 17:30:47 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-26 15:58:55 +0200 |
commit | ea6909173f0f918e397d468e579fb43ee6481b1a (patch) | |
tree | c539f1ff1a325c3e7e2cbe30ed23e8af6d46c592 /include/configs/gw_ventana.h | |
parent | 3b1f681131149b5f62602f582a7e60b0185a2a49 (diff) | |
download | u-boot-ea6909173f0f918e397d468e579fb43ee6481b1a.tar.gz |
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/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 41f9c9c9e4..89c9c844d6 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -36,12 +36,8 @@ #define CONFIG_MACH_TYPE 4520 /* Gateworks Ventana Platform */ -/* ATAGs */ -#define CONFIG_CMDLINE_TAG -#define CONFIG_SETUP_MEMORY_TAGS -#define CONFIG_INITRD_TAG +/* Serial ATAG */ #define CONFIG_SERIAL_TAG -#define CONFIG_REVISION_TAG /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) |