Merge patch series "Fix boot w/ scriptaddr & minor newline issue"
Wadim Egorov <w.egorov@phytec.de> says: First patch fixes boot issues with script boot method and the second patch is a minor formatting fix in our board detection code. @TI: I think the scriptaddr should be also updated for most TI/K3 and beagle board boards. Link: https://lore.kernel.org/r/20250919063948.3093358-1-w.egorov@phytec.de
This commit is contained in:
@@ -309,7 +309,7 @@ static int phytec_get_product_name(struct phytec_eeprom_data *data,
|
||||
som_type = 1;
|
||||
break;
|
||||
default:
|
||||
pr_err("%s: Invalid SOM type: %i", __func__, api2->som_type);
|
||||
pr_err("%s: Invalid SOM type: %i\n", __func__, api2->som_type);
|
||||
return -EINVAL;
|
||||
};
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
fdtaddr=0x88000000
|
||||
loadaddr=0x82000000
|
||||
scriptaddr=0x80000000
|
||||
scriptaddr=0x89100000
|
||||
fdt_addr_r=0x88000000
|
||||
kernel_addr_r=0x82000000
|
||||
ramdisk_addr_r=0x88080000
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
fdtaddr=0x88000000
|
||||
loadaddr=0x82000000
|
||||
scriptaddr=0x80000000
|
||||
scriptaddr=0x89100000
|
||||
fdt_addr_r=0x88000000
|
||||
kernel_addr_r=0x82000000
|
||||
ramdisk_addr_r=0x88080000
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
fdtaddr=0x88000000
|
||||
loadaddr=0x82000000
|
||||
scriptaddr=0x80000000
|
||||
scriptaddr=0x89100000
|
||||
fdt_addr_r=0x88000000
|
||||
kernel_addr_r=0x82000000
|
||||
ramdisk_addr_r=0x88080000
|
||||
|
||||
Reference in New Issue
Block a user