summaryrefslogtreecommitdiff
path: root/include/configs/octeontx_common.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-03-26 03:07:32 +0300
committerTom Rini <trini@konsulko.com>2021-04-20 14:31:12 +0300
commitab7f8d18502eda35cef5539b1cf2dbbce9d48c30 (patch)
tree035e48c54f63ff4f14bd2cc38d2884a0acdad23c /include/configs/octeontx_common.h
parent227c53de874b5725f6752e70d40a29f36ca0d2fc (diff)
downloadu-boot-ab7f8d18502eda35cef5539b1cf2dbbce9d48c30.tar.xz
arm: octeontx: move CONFIG_SUPPORT_RAW_INITRD to configs
Move CONFIG_SUPPORT_RAW_INITRD out of the octeontx_common header and into the defconfig files. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/octeontx_common.h')
-rw-r--r--include/configs/octeontx_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/octeontx_common.h b/include/configs/octeontx_common.h
index 810b2bdbd5..55d329f55e 100644
--- a/include/configs/octeontx_common.h
+++ b/include/configs/octeontx_common.h
@@ -8,8 +8,6 @@
#ifndef __OCTEONTX_COMMON_H__
#define __OCTEONTX_COMMON_H__
-#define CONFIG_SUPPORT_RAW_INITRD
-
/** Maximum size of image supported for bootm (and bootable FIT images) */
#define CONFIG_SYS_BOOTM_LEN (256 << 20)