[GIT PULL] RISC-V updates for v5.5-rc2

From: Paul Walmsley
Date: Sun Dec 15 2019 - 15:10:38 EST


Linus,

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv/for-v5.5-rc2

for you to fetch changes up to bc3e8f5d42d5cfac3f7ac9b458c2eeb02e8b1cf7:

riscv: only select serial sifive if TTY is enabled (2019-12-08 20:29:01 -0800)

----------------------------------------------------------------
RISC-V updates for v5.5-rc2

Two minor build fixes:

- Fix builds of the ELF loader when built with 'make -j1' (nommu only)

- Fix CONFIG_SOC_SIFIVE builds when CONFIG_TTY is disabled (found
during randconfig testing)

----------------------------------------------------------------
Kefeng Wang (1):
riscv: only select serial sifive if TTY is enabled

Olof Johansson (1):
riscv: Fix build dependency for loader

arch/riscv/Kconfig.socs | 4 ++--
arch/riscv/boot/Makefile | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Kernel object size difference:
text data bss dec hex filename
6894571 2330908 313920 9539399 918f47 vmlinux.rv64.orig
6894571 2330908 313920 9539399 918f47 vmlinux.rv64.patched
6655594 1939880 257640 8853114 87167a vmlinux.rv32.orig
6655594 1939880 257640 8853114 87167a vmlinux.rv32.patched
1172124 354264 130024 1656412 19465c vmlinux.nommu_virt.orig
1172124 354264 130024 1656412 19465c vmlinux.nommu_virt.patched