[PATCH] powerpc: fix regression in arch_initr_trap()

2021-05-18 Thread Matt Merhar
Drop asm/global_data.h from common header") Signed-off-by: Matt Merhar --- arch/powerpc/lib/traps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/lib/traps.c b/arch/powerpc/lib/traps.c index c7bce82a44..ab8ca269a5 100644 --- a/arch/powerpc/lib/traps.c +++ b/arch/powerpc/l

Re: [PATCH] powerpc: fix regression in arch_initr_trap()

2021-05-18 Thread Matt Merhar
On Tue, 18 May 2021 01:50:56 -0400 "Stefan Roese" wrote: > Hi Matt, > > On 17.05.21 19:32, Matt Merhar wrote: > > The assembly output of the arch_initr_trap() function differed by a > > single byte after common.h was removed from traps.c: > > > >

[PATCH] board: freescale: p2041rdb: use correct EEPROM address length

2021-05-29 Thread Matt Merhar
These boards, according to the schematic and per the board I own, use an M24256-BWDW6TP I2C EEPROM which requires two address bytes. This fixes the 'mac' command which is used to program, among other things, the MAC addresses for the ethernet interfaces on the board. Signed-off-by: M

Re: [PATCH 1/4] powerpc: Don't use relative include for config.h in global_data.h

2021-06-05 Thread Matt Merhar
On Thu, 03 Jun 2021 09:38:59 -0400 "Tom Rini" wrote: > 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