]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: octeontx: move CONFIG_SUPPORT_RAW_INITRD to configs
authorTim Harvey <tharvey@gateworks.com>
Fri, 26 Mar 2021 00:07:32 +0000 (17:07 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 20 Apr 2021 11:31:12 +0000 (07:31 -0400)
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>
configs/octeontx_81xx_defconfig
configs/octeontx_83xx_defconfig
include/configs/octeontx_common.h

index f0585a74884738572f4a465fc121c19b9fd144ca..9881c1089b444469835f7529c1491711fe9231fb 100644 (file)
@@ -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
index 86b4bc5190b0013de50087230bb8cf33d3e320f0..1fc7f0cb832862c9b24c4f852600a43018062666 100644 (file)
@@ -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
index 810b2bdbd5bc40c4667d73670c2cb09a8ececb56..55d329f55e90f0cf0bef04ede595d34cfff96f8f 100644 (file)
@@ -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)