Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe57e8be authored by Josh Boyer's avatar Josh Boyer
Browse files

[POWERPC] 4xx: Use correct board info structure in cuboot wrappers



Correct the remaining 44x cuboot wrappers to define TARGET_4xx as well.  This
creates the correct structure to use, including things like the second MAC
address.

Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent c91f91e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "44x.h"
#include "cuboot.h"

#define TARGET_4xx
#define TARGET_44x
#include "ppcboot.h"

+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "44x.h"
#include "cuboot.h"

#define TARGET_4xx
#define TARGET_44x
#include "ppcboot.h"

+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
#include "44x.h"
#include "cuboot.h"

#define TARGET_4xx
#define TARGET_44x
#include "ppcboot.h"

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
#include "4xx.h"
#include "cuboot.h"

#define TARGET_4xx
#define TARGET_44x
#include "ppcboot.h"