On 10/08/2012 02:04:43 PM, Alexander Graf wrote:
On 08.10.2012, at 20:00, Andreas Färber wrote:
> Am 08.10.2012 18:46, schrieb Bharat Bhushan:
>> #define BINARY_DEVICE_TREE_FILE "mpc8544ds.dtb"
>> #define UIMAGE_LOAD_BASE 0
>> -#define DTC_LOAD_PAD 0x1800000
>> +#define DTC_LOAD_PAD 0x500000
>> #define DTC_PAD_MASK 0xFFFFF
>> #define INITRD_LOAD_PAD 0x2000000
>> #define INITRD_PAD_MASK 0xFFFFFF
>
> Was this change intentional? I don't see it being used here, and
commit
> message doesn't seem to mention it.
I'd assume he tried to work around a bug I fixed in between. But this
change definitely is not intentional.
It looks like an accidental revert of
http://patchwork.ozlabs.org/patch/179475/
-Scott