summaryrefslogtreecommitdiffstats
path: root/board/freescale/t208xqds
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2020-08-12 13:55:20 +0200
committerStefan Roese <sr@denx.de>2020-08-26 09:19:54 +0200
commite516404ee52080dd75a9f714fecfc17638839a6a (patch)
tree1927977bd3363d45bd930dc59528b5e47078f7c7 /board/freescale/t208xqds
parent063d547cac33bd9393c395ea57871a744ab78c1d (diff)
downloadu-boot-e516404ee52080dd75a9f714fecfc17638839a6a.tar.gz
u-boot-e516404ee52080dd75a9f714fecfc17638839a6a.tar.xz
u-boot-e516404ee52080dd75a9f714fecfc17638839a6a.zip
powerpc: Remove bi_memstart & bi_memsize assignments in spl.c
Most likely these deprecated (removed) variables are not needed. Lets remove the assignments completely from all spl.c files. Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Oleksandr Zhadan and Michael Durrant Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/freescale/t208xqds')
-rw-r--r--board/freescale/t208xqds/spl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/freescale/t208xqds/spl.c b/board/freescale/t208xqds/spl.c
index c197884421..d8c2bbe28d 100644
--- a/board/freescale/t208xqds/spl.c
+++ b/board/freescale/t208xqds/spl.c
@@ -102,8 +102,6 @@ void board_init_r(gd_t *gd, ulong dest_addr)
bd = (struct bd_info *)(gd + sizeof(gd_t));
memset(bd, 0, sizeof(struct bd_info));
gd->bd = bd;
- bd->bi_memstart = CONFIG_SYS_INIT_L3_ADDR;
- bd->bi_memsize = CONFIG_SYS_L3_SIZE;
arch_cpu_init();
get_clocks();