summaryrefslogtreecommitdiffstats
path: root/arch/ppc/include/asm/global_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/include/asm/global_data.h')
-rw-r--r--arch/ppc/include/asm/global_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/include/asm/global_data.h b/arch/ppc/include/asm/global_data.h
index 482c100d89..c36df9abbc 100644
--- a/arch/ppc/include/asm/global_data.h
+++ b/arch/ppc/include/asm/global_data.h
@@ -108,7 +108,7 @@ typedef struct global_data {
void * console_addr;
#endif
#ifdef CONFIG_AMIGAONEG3SE
- unsigned long relocaddr; /* Start address of U-Boot in RAM */
+ unsigned long relocaddr; /* Start address of barebox in RAM */
#endif
#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO)
unsigned long fb_base; /* Base address of framebuffer memory */