On Tue, 2016-05-24 at 14:27 +0300, Antony Pavlov wrote: > We have too many 0xd00dfeed. > Can we introduce some macro aliases, like > arch/arm/kernel/head-common.S does? > Something like this > > #define OF_DT_MAGIC 0xd00dfeed And exactly where would you propose to put that? Having the same #define in multiple places is no better than just using the value…