diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-09-30 11:48:21 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-09-30 13:13:51 +0200 |
commit | 36f2ab4bfd50f2db66c0988bfa703b0b2b72f10a (patch) | |
tree | 87edc17a0bf2ceade11a5c12ba4b441978dbea81 /target/linux/ath79 | |
parent | 2e375e9b3148cfdb9b19494a25eebc2fa7b256a3 (diff) | |
download | upstream-36f2ab4bfd50f2db66c0988bfa703b0b2b72f10a.tar.gz upstream-36f2ab4bfd50f2db66c0988bfa703b0b2b72f10a.tar.bz2 upstream-36f2ab4bfd50f2db66c0988bfa703b0b2b72f10a.zip |
kernel: move kernel image cmdline hack to the octeon target
It is the only remaining user of this hack
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/config-5.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ath79/config-5.10 b/target/linux/ath79/config-5.10 index bdc4b74508..ac903aee6d 100644 --- a/target/linux/ath79/config-5.10 +++ b/target/linux/ath79/config-5.10 @@ -82,7 +82,6 @@ CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT_MAP=y CONFIG_HZ_PERIODIC=y -CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INITRAMFS_SOURCE="" CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y |