Re: [U-Boot] [PATCH] spl_mmc: always use find_mmc_device() to get mmc handler

2019-07-25 Thread jason....@rock-chips.com
So if we use the block layer interface to access mmc devices, use find_mmc_device to get current devnum but not uclass_get_device. Thanks and regards, Jason jason....@rock-chips.com From: Lokesh Vutla Date: 2019-07-25 18:39 To: Kever Yang; u-boot@lists.denx.de CC: jason....@rock-chips.co

Re: [U-Boot] [PATCH] common: bootm: reserve memory bank

2018-06-18 Thread jason....@rock-chips.com
e call boot_start_lmb > to reserve lmb which just only reserve bank0, the lmb's memory size is zero. > This can cause allocate memory error when we want to reserve lmb for fdt. > So reserve lmb depend on CONFIG_NR_DRAM_BANKS(function dram_init_banksize > seperates the dram by CONFIG_NR_DRAM_BANKS)