
10 Jan
2011
10 Jan
'11
11:02 a.m.
On Mon, Jan 10, 2011 at 5:45 PM, Mike Frysinger vapier@gentoo.org wrote:
On Mon, Jan 10, 2011 at 4:31 AM, Lei Wen wrote:
case IH_COMP_NONE:
- if (load == blob_start) {
- if (load == image_start) {
printf (" XIP %s ... ", type_name);
this breaks XIP uImages that are created to work with existing u-boots. it'd be annoying to no longer be able to boot uImages that were working, and update kernel build systems that output those uImage formats.
so could you add your check as an additional one ? if (load == blob_start || load == image_start) { ... -mike
Understand... I would submit a updated patch adopt it.
Best regards, Lei