Files
u-boot/include
Bryan Wu 6c454fedf5 image: fix bootm failure for FIT image
Commit b3dd64f5d5 "bootm: use genimg_get_kernel_addr()" introduced
a bug for booting FIT image. It's because calling fit_parse_config()
twice will give us wrong value in img_addr.

Add a new function genimg_get_kernel_addr_fit() whichl will always
return fit_uname_config and fit_uname_kernel for CONFIG_FIT.
genimg_get_kernel_addr() will ignore those to parameters.

Reported-by: York Sun <yorksun@freescale.com>
Signed-off-by: Bryan Wu <pengw@nvidia.com>
2014-08-21 12:01:29 -04:00
..
2014-08-09 11:17:04 -04:00
2014-07-30 08:48:03 -04:00
2014-07-22 07:44:27 -04:00
2014-07-18 19:42:16 +01:00
2014-07-18 19:42:10 +01:00
2014-08-09 11:16:59 -04:00
2014-06-21 10:06:58 -06:00
2014-08-09 11:16:57 -04:00
2014-08-09 11:16:57 -04:00
2014-08-09 11:16:57 -04:00
2014-07-07 19:47:18 -04:00
2014-06-19 11:18:55 -04:00
2014-08-21 12:01:29 -04:00
2014-06-20 11:54:29 -06:00
2014-08-10 15:25:19 +02:00
2014-08-09 11:17:04 -04:00
2014-07-18 17:53:24 -04:00
2014-08-01 18:44:56 +03:00
2014-08-21 12:01:11 -04:00
2014-08-09 11:17:04 -04:00
2014-08-21 12:01:28 -04:00
2014-08-06 09:12:30 -04:00