mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
m68k: drop volatile qualifier from gd pointer
Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
This commit is contained in:
parent
fe0fa2bb66
commit
e66d7fc089
@ -36,7 +36,7 @@ struct arch_global_data {
|
||||
extern gd_t *global_data;
|
||||
#define DECLARE_GLOBAL_DATA_PTR gd_t *gd = global_data
|
||||
#else
|
||||
#define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("d7")
|
||||
#define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("d7")
|
||||
#endif
|
||||
|
||||
#endif /* __ASM_GBL_DATA_H */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user