arm: nxp: k6x: Fix typo in partition offset
This patch fixes a typo in the image-1 partition offset. Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
07b43e352c
commit
bf4c058ab4
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
label = "image-0";
|
||||
reg = <0x00020000 0x00060000>;
|
||||
};
|
||||
slot1_partition: partition@60000 {
|
||||
slot1_partition: partition@80000 {
|
||||
label = "image-1";
|
||||
reg = <0x00080000 0x00060000>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue