lctr-a9xx: u-boot now passes die id on the kernel's command line.
This commit is contained in:
parent
7ac9dc97d6
commit
b5eca3eb8d
@ -1,4 +1,4 @@
|
||||
mmcdev=0:2
|
||||
bootfile=/boot/kernel
|
||||
mmcrootfstype=ext2 rootwait uboot=ext2
|
||||
mmcargs=setenv bootargs console=${console} root=${mmcroot} rootfstype=${mmcrootfstype}
|
||||
mmcargs=setenv bootargs console=${console} root=${mmcroot} rootfstype=${mmcrootfstype} dieid=${dieid#}
|
||||
|
Reference in New Issue
Block a user