summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2016-10-15 13:03:19 -0400
committerTom Rini <[email protected]>2016-10-15 13:03:19 -0400
commit78ad7157886badef2d69e264c366dbdd2eac040f (patch)
tree2c046b458d68b194f2d13b4e236b90220d58a46c /tools
parentebf7fff20ab8127f318b238e47a21856497bd6fe (diff)
parenta9320c495ef938cb96f0862dca7cccc9e899e4fa (diff)
Merge git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'tools')
-rw-r--r--tools/pblimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pblimage.c b/tools/pblimage.c
index d74fde9a441..16d94c98c61 100644
--- a/tools/pblimage.c
+++ b/tools/pblimage.c
@@ -297,7 +297,7 @@ int pblimage_check_params(struct image_tool_params *params)
pbi_crc_cmd1 = 0x13;
pbi_crc_cmd2 = 0x80;
pbl_cmd_initaddr = 0x82000000;
- pbl_end_cmd[0] = 0x09138000;
+ pbl_end_cmd[0] = 0x091380c0;
pbl_end_cmd[1] = 0x00000000;
pbl_end_cmd[2] = 0x091380c0;
pbl_end_cmd[3] = 0x00000000;