Re: [PATCH v4 04/20] arm: fdt: Ensure that an embedded fdt is word-aligned

2012-02-18 Thread Simon Glass
Hi Albert, On Feb 18, 2012 3:51 AM, "Albert ARIBAUD" wrote: > > Hi Simon, > > Le 12/01/2012 05:32, Simon Glass a écrit : > >> By putting the fdt blob into a distinctive area we can ensure that it appears >> at the start of the data section and is word-aligned. >> >> Note: It does not seem to be p

Re: [PATCH v4 04/20] arm: fdt: Ensure that an embedded fdt is word-aligned

2012-02-18 Thread Albert ARIBAUD
Hi Simon, Le 12/01/2012 05:32, Simon Glass a écrit : By putting the fdt blob into a distinctive area we can ensure that it appears at the start of the data section and is word-aligned. Note: It does not seem to be possible to get objcopy to honour its --section-alignment flag, which would other