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
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:
> >
> >
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
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
4 matches
Mail list logo