Don't know exactly what I've done... but now it works!
It seems there was something wrong with "$(" variable calling.
Stock u-boot allowed to call smth like:
and I used it almost everywhere.
New Uboot seems to not always like it - I just removed the parenthesis.
I also thought that the "arcNumber=4495" was the culprit, but then set it back and kept working.
I can boot my old 3.14 kernel with no problems, via USB or even loading it from EFI (GPT partitioning, used gdisk) HDD (both ext2 and ext4).
I feel kinda safe now to write it to NAND... but that's a task for tomorrow :D
Any special instructions on this?
It seems there was something wrong with "$(" variable calling.
Stock u-boot allowed to call smth like:
bootm $(loadaddr) $(uInitramfsAddr)'
and I used it almost everywhere.
New Uboot seems to not always like it - I just removed the parenthesis.
I also thought that the "arcNumber=4495" was the culprit, but then set it back and kept working.
I can boot my old 3.14 kernel with no problems, via USB or even loading it from EFI (GPT partitioning, used gdisk) HDD (both ext2 and ext4).
I feel kinda safe now to write it to NAND... but that's a task for tomorrow :D
Any special instructions on this?