Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
linux-fslc-imx-4.1-1.0
Commits
90b43244
Commit
90b43244
authored
Jun 07, 2017
by
David Mondou
Browse files
Needed partitions for vesta-image-test
parent
ad563be8
Changes
2
Hide whitespace changes
Inline
Side-by-side
arch/arm/boot/dts/vesta-300-mfg.dts
View file @
90b43244
...
...
@@ -33,6 +33,24 @@
reg
=
<
0
0x100000
>;
label
=
"u-boot"
;
};
partition
@
1
{
/*
This
location
must
not
be
altered
*/
/*
1
MB
uboot
script
*/
reg
=
<
0x100000
0x100000
>;
label
=
"uboot_scr"
;
};
partition
@
2
{
/*
This
location
must
not
be
altered
*/
/*
8
MB
for
dtb
and
kernel
Image
*/
reg
=
<
0x200000
0x800000
>;
label
=
"boot"
;
};
partition
@
3
{
/*
This
location
must
not
be
altered
*/
/*
8
MB
for
alternate
dtb
and
kernel
Image
*/
reg
=
<
0xA00000
0x800000
>;
label
=
"alt_boot"
;
};
};
};
...
...
arch/arm/boot/dts/vesta-300.dts
View file @
90b43244
...
...
@@ -34,6 +34,24 @@
reg
=
<
0
0x100000
>;
label
=
"u-boot"
;
};
partition
@
1
{
/*
This
location
must
not
be
altered
*/
/*
1
MB
uboot
script
*/
reg
=
<
0x100000
0x100000
>;
label
=
"uboot_scr"
;
};
partition
@
2
{
/*
This
location
must
not
be
altered
*/
/*
8
MB
for
dtb
and
kernel
Image
*/
reg
=
<
0x200000
0x800000
>;
label
=
"boot"
;
};
partition
@
3
{
/*
This
location
must
not
be
altered
*/
/*
8
MB
for
alternate
dtb
and
kernel
Image
*/
reg
=
<
0xA00000
0x800000
>;
label
=
"alt_boot"
;
};
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment