[GIT PULL] NIOS2: fixes for v5.15

From: Dinh Nguyen
Date: Tue Sep 28 2021 - 09:08:08 EST


Hi Linus,

Please pull these 2 fixes for NIOS2 for v5.15.

Thanks,

Dinh

The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82:

Linux 5.15-rc2 (2021-09-19 17:28:22 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/nios2_fixes_for_v5.15_part1

for you to fetch changes up to 9523b33cc31cf8ce703f8facee9fd16cba36d5ad:

NIOS2: setup.c: drop unused variable 'dram_start' (2021-09-27 08:34:54 -0500)

----------------------------------------------------------------
NIOS2 fixes for v5.15
- Fix build warning for unmet dependency for EARLY_PRINTK
- Remove unused dram_start() function

----------------------------------------------------------------
Randy Dunlap (2):
NIOS2: fix kconfig unmet dependency warning for SERIAL_CORE_CONSOLE
NIOS2: setup.c: drop unused variable 'dram_start'

arch/nios2/Kconfig.debug | 3 ++-
arch/nios2/kernel/setup.c | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)