Commit 2760656a authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

new addresses for partitions

parent f4fc7c8d
......@@ -154,10 +154,10 @@
"bootm 0x3000000 0x2000000 0x2A00000; " \
"fi\0" \
"nandboot=echo Copying Linux from NAND flash to RAM... && " \
"nand read 0x3F00000 0x240000 ${kernel_size} && " \
"nand read 0x3E00000 0x140000 ${devicetree_size} && " \
"nand read 0x3F00000 0x600000 ${kernel_size} && " \
"nand read 0x3E00000 0x500000 ${devicetree_size} && " \
"echo Copying ramdisk... && " \
"nand read 0x2000000 0x1240000 ${ramdisk_size} && " \
"nand read 0x2000000 0x1600000 ${ramdisk_size} && " \
"bootm 0x3F00000 0x2000000 0x3E00000\0" \
"jtagboot=echo TFTPing Linux to RAM... && " \
"tftpboot 0x3000000 ${kernel_image} && " \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment