]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - tools/elftosb/bdfiles/simple.e
Unified codebase for TX28, TX48, TX51, TX53
[karo-tx-uboot.git] / tools / elftosb / bdfiles / simple.e
1 options {}\r
2 \r
3 # create a section\r
4 section (0) {\r
5     load 0 > 0..256K;\r
6     load "hello world!" > 0x1000;\r
7 }\r
8 \r