commit | a13a2aabe59a30e68e57744d1dceeef0cf569b9c | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Aug 12 13:16:36 2020 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Aug 26 09:19:34 2020 +0200 |
tree | b30a56d09497505d7ed4fa711c87f339816b076a | |
parent | 90cda9988e389ed2c3f43a43b4fbe9f09cc4edf6 [diff] |
global: Move from bi_memstart/memsize -> gd->ram_base/ram_size With the planned removal of bi_memstart & bi_memsize, this patch now moves the references to the better suiting gd->ram_base/ram_size variables. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>