> > u-boot also has simple utility to read from mtd which has u-boot environment > where you could have stored it away. > > Ultimately I should just pull the block of data in u-boot, extract what > I need for u-boot, and then pass it to the kernel. Outside of creating > a specific ATAG for this, what's the best way to pass a block of data > from u-boot to the kernel? Outside of ATAG I don't know what the best way is. There were some omap specific tags which were recently deemed not the right way. You should inquire on u-boot list and see what some of the ports there do. As a thought the on chip SRAM would provide an easy way to pass the information up. Regards, Richard W. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html