Skip to content

Commit

Permalink
[POWERPC] 4xx: Use correct board info structure in cuboot wrappers
Browse files Browse the repository at this point in the history
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: Josh Boyer <jwboyer@linux.vnet.ibm.com>
  • Loading branch information
Josh Boyer committed Feb 28, 2008
1 parent c91f91e commit fe57e8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/boot/cuboot-bamboo.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "44x.h"
#include "cuboot.h"

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

Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/boot/cuboot-ebony.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "44x.h"
#include "cuboot.h"

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

Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/boot/cuboot-katmai.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "44x.h"
#include "cuboot.h"

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

Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/boot/cuboot-warp.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "4xx.h"
#include "cuboot.h"

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

Expand Down

0 comments on commit fe57e8b

Please sign in to comment.