It's changed the reading boot device.
- Refer to below:
commit
6d2fdb585eb2 "board: artik530_ratpor: modify read boot device"
Change-Id: I1148ce2bc7b8498f2c9672697ddb36193da6cb60
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
int boot_mode = readl(PHY_BASEADDR_CLKPWR + SYSRSTCONFIG);
if ((boot_mode & BOOTMODE_MASK) == BOOTMODE_SDMMC) {
- port_num = readl(PHY_BASEADDR_SRAM + DEVICEBOOTINFO);
+ port_num = readl(SCR_ARM_SECOND_BOOT_REG1);
/*
* Kernel will be detected as the below block devices.
* mmcblk0 - eMMC card