]> git.baikalelectronics.ru Git - uboot.git/commit
spl: spl_nand.c: Add NAND loading message
authorStefan Roese <sr@denx.de>
Tue, 26 Mar 2019 12:04:00 +0000 (13:04 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 23 Apr 2019 21:57:27 +0000 (17:57 -0400)
commit9d6d814222049ef6410dc772f71a010cf5485075
treed94e7937f9a392958b2892e217d004b6186cffdc
parent778e4ab49f69c8d8344c88c673707fcbb02ce71e
spl: spl_nand.c: Add NAND loading message

This patch adds a short message to the SPL NAND loader, which displays
the source and destinations addresses including the size of the
loaded image, like this:

U-Boot SPL 2019.04-rc3-00113-g486efd8aaf (Mar 15 2019 - 14:18:02 +0100)
Trying to boot from NAND
Loading U-Boot from 0x00040000 (size 0x000a0000) to 0x22900000

I find this message quite helpful - hopefully others do so as well.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/spl_nand.c