]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrd
authorAnup Patel <Anup.Patel@wdc.com>
Mon, 25 Feb 2019 08:15:33 +0000 (08:15 +0000)
committerAndes <uboot@andestech.com>
Wed, 27 Feb 2019 01:12:34 +0000 (09:12 +0800)
commit354a701b79e595cc773adeb12668e7cdc9fc2654
tree31ca1a69df593a7b4ae14dad2def1a48fcc9d91b
parentfcde767c02e563babe431593ebb29b9ba08e3060
riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrd

This patch enables CONFIG_SYS_BOOT_RAMDISK_HIGH for RISC-V
because bootm will update initrd location in DTB only if
CONFIG_SYS_BOOT_RAMDISK_HIGH is enabled. If we don't enable
this option then bootm assumes DTB already has initrd details
which is not the case most of the time.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
arch/riscv/include/asm/config.h