lctr-a9xx: u-boot now passes die id on the kernel's command line.

This commit is contained in:
Ricardo Martins 2013-07-15 17:27:20 +01:00
parent 7ac9dc97d6
commit b5eca3eb8d
1 changed files with 1 additions and 1 deletions

View File

@ -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#}