diff options
Diffstat (limited to 'common/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 8249dceb4..df1d0380d 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -924,16 +924,17 @@ do_bootm_linux (cmd_tbl_t *cmdtp, int flag,  		initrd_end = 0;  	} +#if defined(CONFIG_OF_LIBFDT) +  #ifdef CFG_BOOTMAPSZ  	/*  	 * The blob must be within CFG_BOOTMAPSZ, -	 * so we flag it to be copied if it is +	 * so we flag it to be copied if it is not.  	 */  	if (of_flat_tree >= (char *)CFG_BOOTMAPSZ)  		of_data = of_flat_tree;  #endif -#if defined(CONFIG_OF_LIBFDT)  	/* move of_flat_tree if needed */  	if (of_data) {  		int err; |