Advertisement
fosser22

Untitled

Jan 25th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. COMMON
  2. BOARD_KERNEL_BASE := 0x10000000
  3. BOARD_PAGE_SIZE := 0x00000800
  4. BOARD_BOOTIMAGE_PARTITION_SIZE := 0x01000000
  5. BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x0FA00000
  6. BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x105c0000
  7. BOARD_FLASH_BLOCK_SIZE := 131072
  8.  
  9. SMBA1002
  10. BOARD_KERNEL_BASE := 0x10000000
  11. BOARD_PAGE_SIZE := 0x00000800
  12. BOARD_BOOTIMAGE_PARTITION_SIZE := 0x01000000
  13. BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x01900000
  14. BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x105c0000
  15. BOARD_FLASH_BLOCK_SIZE := 131072
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement