Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
Note: File does not exist in v6.9.4.
1SECTIONS
2{
3  .data : {
4	zimage_data = .;
5	*(.data)
6	zimage_data_end = .;
7	}
8  zimage_len = zimage_data_end - zimage_data;
9}