]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc: Don't use relative include for config.h in global_data.h
authorTom Rini <trini@konsulko.com>
Thu, 3 Jun 2021 13:38:59 +0000 (09:38 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 23 Jun 2021 12:45:03 +0000 (08:45 -0400)
commita8b952a5d5e0c255ea76424963198053b0f890dd
treeb23f05d6c6757e4aa226eaf187a5bf61f0d932b7
parent7353cabfb1d6d7e6acd53016d895fca4269f9c7b
powerpc: Don't use relative include for config.h in global_data.h

As there is an arch/powerpc/include/asm/config.h file using "" to get
config.h here can lead to using that rather than include/config.h.  This
in turn can lead to a mismatch in the size of gd.

Cc: Matt Merhar <mattmerhar@protonmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Tested-by: Matt Merhar <mattmerhar@protonmail.com>
arch/powerpc/include/asm/global_data.h