mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 01:32:47 +02:00
Correct fixup relocation for mpc824x
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
committed by
Wolfgang Denk
parent
a85dd254c0
commit
f3a52fe059
@@ -70,6 +70,8 @@ typedef volatile unsigned char vu_char;
|
||||
#elif defined(CONFIG_MPC8220)
|
||||
#include <asm/immap_8220.h>
|
||||
#define CONFIG_RELOC_FIXUP_WORKS
|
||||
#elif defined(CONFIG_824X)
|
||||
#define CONFIG_RELOC_FIXUP_WORKS
|
||||
#elif defined(CONFIG_8260)
|
||||
#if defined(CONFIG_MPC8247) \
|
||||
|| defined(CONFIG_MPC8248) \
|
||||
|
Reference in New Issue
Block a user