diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-03-25 17:07:32 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-20 07:31:12 -0400 |
commit | ab7f8d18502eda35cef5539b1cf2dbbce9d48c30 (patch) | |
tree | 035e48c54f63ff4f14bd2cc38d2884a0acdad23c /configs | |
parent | 227c53de874b5725f6752e70d40a29f36ca0d2fc (diff) | |
download | u-boot-ab7f8d18502eda35cef5539b1cf2dbbce9d48c30.tar.gz u-boot-ab7f8d18502eda35cef5539b1cf2dbbce9d48c30.tar.xz u-boot-ab7f8d18502eda35cef5539b1cf2dbbce9d48c30.zip |
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 'configs')
-rw-r--r-- | configs/octeontx_81xx_defconfig | 1 | ||||
-rw-r--r-- | configs/octeontx_83xx_defconfig | 1 |
2 files changed, 2 insertions, 0 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 |