From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 26 Mar 2021 07:38:48 +0100 Subject: [PATCH 1/6] arm: octeontx: move CONFIG_SUPPORT_RAW_INITRD to configs In-Reply-To: <20210326000737.9764-2-tharvey@gateworks.com> References: <20210326000737.9764-1-tharvey@gateworks.com> <20210326000737.9764-2-tharvey@gateworks.com> Message-ID: <3b372ade-2428-5089-6a24-dd0a6c0981ce@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26.03.21 01:07, Tim Harvey wrote: > 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 Thanks, Stefan > --- > configs/octeontx_81xx_defconfig | 1 + > configs/octeontx_83xx_defconfig | 1 + > include/configs/octeontx_common.h | 2 -- > 3 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configs/octeontx_81xx_defconfig b/configs/octeontx_81xx_defconfig > index f0585a7488..9881c1089b 100644 > --- a/configs/octeontx_81xx_defconfig > +++ b/configs/octeontx_81xx_defconfig > @@ -17,6 +17,7 @@ CONFIG_DEBUG_UART=y > CONFIG_AHCI=y > CONFIG_FIT=y > CONFIG_FIT_SIGNATURE=y > +CONFIG_SUPPORT_RAW_INITRD=y > CONFIG_OF_BOARD_SETUP=y > CONFIG_BOOTDELAY=5 > CONFIG_USE_BOOTARGS=y > diff --git a/configs/octeontx_83xx_defconfig b/configs/octeontx_83xx_defconfig > index 86b4bc5190..1fc7f0cb83 100644 > --- a/configs/octeontx_83xx_defconfig > +++ b/configs/octeontx_83xx_defconfig > @@ -15,6 +15,7 @@ CONFIG_DEBUG_UART=y > CONFIG_AHCI=y > CONFIG_FIT=y > CONFIG_FIT_SIGNATURE=y > +CONFIG_SUPPORT_RAW_INITRD=y > CONFIG_OF_BOARD_SETUP=y > CONFIG_BOOTDELAY=5 > CONFIG_USE_BOOTARGS=y > 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) > > Viele Gr??e, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de