summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Harvey <[email protected]>2021-03-25 17:07:32 -0700
committerTom Rini <[email protected]>2021-04-20 07:31:12 -0400
commitab7f8d18502eda35cef5539b1cf2dbbce9d48c30 (patch)
tree035e48c54f63ff4f14bd2cc38d2884a0acdad23c /include
parent227c53de874b5725f6752e70d40a29f36ca0d2fc (diff)
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 <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include')
-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 810b2bdbd5b..55d329f55e9 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)