2
0

testimg.S 288 B

12345678910111213
  1. .section ".dram.test","a"
  2. .globl __dram_test_start
  3. __dram_test_start:
  4. .incbin "testimg.bin"
  5. .type __dram_test_start, @object
  6. .size __dram_test_start, . - __dram_test_start
  7. .globl __dram_test_end
  8. __dram_test_end:
  9. .globl __dram_test_size
  10. __dram_test_size = . - __dram_test_start