From ab7f8d18502eda35cef5539b1cf2dbbce9d48c30 Mon Sep 17 00:00:00 2001 From: Tim Harvey Date: Thu, 25 Mar 2021 17:07:32 -0700 Subject: 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 Reviewed-by: Stefan Roese --- include/configs/octeontx_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/configs/octeontx_common.h b/include/configs/octeontx_common.h index 810b2bd..55d329f 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) -- cgit v1.1