Re: [U-Boot] [PATCH 7/8][RESEND] powerpc: mpc85xx: Use binman to embed dtb inside u-boot

2018-08-21 Thread Bin Meng
On Wed, Aug 22, 2018 at 2:18 AM, Jagdish Gediya wrote: > Below is the sequence to embed dtb inside u-boot, > 1. Remove bootpg and resetvec section if needed > 2. Append dtb > 3. Append bootpg and resetvec section back if removed previously > > Above procedure is required only when CONFIG_MPC85xx,

[U-Boot] [PATCH 7/8][RESEND] powerpc: mpc85xx: Use binman to embed dtb inside u-boot

2018-08-21 Thread Jagdish Gediya
Below is the sequence to embed dtb inside u-boot, 1. Remove bootpg and resetvec section if needed 2. Append dtb 3. Append bootpg and resetvec section back if removed previously Above procedure is required only when CONFIG_MPC85xx, CONFIG_BINMAN and CONFIG_OF_SEPARATE are defined. set