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:
Andy Gross 2017-06-16 10:34:22 -04:00 committed by Kumar Gala
commit bf4c058ab4

View file

@ -93,7 +93,7 @@
label = "image-0";
reg = <0x00020000 0x00060000>;
};
slot1_partition: partition@60000 {
slot1_partition: partition@80000 {
label = "image-1";
reg = <0x00080000 0x00060000>;
};