c482c60a14
The ChromeOS kernel reads the RAM settings from PMU_SYS_REG2 and expects the bootloader to store the necessary information there. We're using the same register to pass the same information between the SPL and U-Boot but in a slightly different format. Change this to use the format expected by the Linux DMC driver so that the system doesn't hang in Linux by misconfiguring the RAM. This is almost the same as commit |
||
---|---|---|
.. | ||
rk3036 | ||
rk3288 | ||
rk3399 | ||
board.c | ||
Kconfig | ||
Makefile | ||
rk3036-board-spl.c | ||
rk3288-board-spl.c | ||
rk_timer.c | ||
save_boot_param.S |