Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(783)

Side by Side Diff: overlay-variant-tegra2-seaboard/burn-u-boot/flash-spi.cfg

Issue 6524025: Add nvflash config file for SPI (Closed) Base URL: http://git.chromium.org/git/board-overlays.git@master
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [device]
2 type=spi
3 instance=0
4
5 [partition]
6 name=BCT
7 id=2
8 type=boot_config_table
9 allocation_policy=sequential
10 filesystem_type=basic
11 size=204800
12 file_system_attribute=0
13 partition_attribute=0
14 allocation_attribute=8
15 percent_reserved=0
16
17 [partition]
18 name=PT
19 id=3
20 type=partition_table
21 allocation_policy=sequential
22 filesystem_type=basic
23 size=65536
24 file_system_attribute=0
25 partition_attribute=0
26 allocation_attribute=8
27 percent_reserved=0
28
29 [partition]
30 name=EBT
31 id=4
32 type=bootloader
33 allocation_policy=sequential
34 filesystem_type=basic
35 size=1826816
36 file_system_attribute=0
37 partition_attribute=0
38 allocation_attribute=8
39 percent_reserved=0
40 filename=/build/tegra2_seaboard/u-boot/u-boot.bin
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698