diff options
Diffstat (limited to 'post/drivers/memory.c')
-rw-r--r-- | post/drivers/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/drivers/memory.c b/post/drivers/memory.c index 9cc48b1ccc..e90ada3ce8 100644 --- a/post/drivers/memory.c +++ b/post/drivers/memory.c @@ -470,7 +470,7 @@ static int memory_post_tests(unsigned long start, unsigned long size) __attribute__((weak)) int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) { - bd_t *bd = gd->bd; + struct bd_info *bd = gd->bd; *vstart = CONFIG_SYS_SDRAM_BASE; *size = (gd->ram_size >= 256 << 20 ? |