mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Correct fixup relocation for MPC5xxx
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
3649cd99ba
commit
6f7576b20e
4 changed files with 2 additions and 3 deletions
|
@ -66,6 +66,7 @@ typedef volatile unsigned char vu_char;
|
|||
#define CONFIG_RELOC_FIXUP_WORKS
|
||||
#elif defined(CONFIG_MPC5xxx)
|
||||
#include <mpc5xxx.h>
|
||||
#define CONFIG_RELOC_FIXUP_WORKS
|
||||
#elif defined(CONFIG_MPC8220)
|
||||
#include <asm/immap_8220.h>
|
||||
#elif defined(CONFIG_8260)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue