Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. partition@0 {
  2. label = "bootloader";
  3. reg = <0x0 0x300000>;
  4. };
  5.  
  6. partition@300000 {
  7. label = "environment";
  8. reg = <0x300000 0x80000>;
  9. };
  10.  
  11. partition@380000 {
  12. label = "redundant-environment";
  13. reg = <0x380000 0x80000>;
  14. };
  15.  
  16. partition@400000 {
  17. label = "kernel";
  18. reg = <0x400000 0x400000>;
  19. };
  20.  
  21. partition@800000 {
  22. label = "fdt";
  23. reg = <0x800000 0x80000>;
  24. };
  25.  
  26. partition@880000 {
  27. label = "ramdisk";
  28. reg = <0x880000 0x800000>;
  29. };
  30.  
  31. partition@d00000 {
  32. label = "rootfs";
  33. reg = <0x1080000 0xef80000>;
  34. };
  35. };
  36.  
  37. ssp0: ssp@80010000 {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement