diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-02-28 09:16:27 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-02-28 09:16:27 -0500 |
commit | fe57e8be9e858b6d7af4e088cbbe718f51241eee (patch) | |
tree | ea67ea6c4c03ef5be0269fa970c503e75f4ce58d /arch/powerpc/boot/cuboot-bamboo.c | |
parent | c91f91e5fb04fc8fd8fa4b5e9d949031e631c107 (diff) |
[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: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/cuboot-bamboo.c')
-rw-r--r-- | arch/powerpc/boot/cuboot-bamboo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/cuboot-bamboo.c b/arch/powerpc/boot/cuboot-bamboo.c index 900c7ff2b7e9..b5c30f766c40 100644 --- a/arch/powerpc/boot/cuboot-bamboo.c +++ b/arch/powerpc/boot/cuboot-bamboo.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include "44x.h" | 17 | #include "44x.h" |
18 | #include "cuboot.h" | 18 | #include "cuboot.h" |
19 | 19 | ||
20 | #define TARGET_4xx | ||
20 | #define TARGET_44x | 21 | #define TARGET_44x |
21 | #include "ppcboot.h" | 22 | #include "ppcboot.h" |
22 | 23 | ||