mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
microblaze: drop volatile qualifier from gd pointer
Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
This commit is contained in:
parent
344c7e091c
commit
fe0fa2bb66
@ -18,7 +18,7 @@ struct arch_global_data {
|
||||
|
||||
#include <asm-generic/global_data.h>
|
||||
|
||||
#define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r31")
|
||||
#define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r31")
|
||||
|
||||
#define gd_cpuinfo() ((struct microblaze_cpuinfo *)&gd->arch.cpuinfo)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user