diff options
Diffstat (limited to 'boot/pxe_utils.c')
| -rw-r--r-- | boot/pxe_utils.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index a92bb896c63..83bc1677856 100644 --- a/boot/pxe_utils.c +++ b/boot/pxe_utils.c @@ -700,6 +700,11 @@ static int label_boot(struct pxe_context *ctx, struct pxe_label *label)  					       label->name);  					goto cleanup;  				} + +				if (label->fdtdir) { +					printf("Skipping fdtdir %s for failure retrieving dts\n", +						label->fdtdir); +				}  			}  			if (label->kaslrseed) | 
