]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sandbox/sandbox/sandbox.c
sandbox: Switch over to generic board
[people/ms/u-boot.git] / board / sandbox / sandbox / sandbox.c
index 98830139a5c4a6a18bd1a43c58839c19b789efd8..8bdba9267bccdddc01918a5bdafb389eecebae4d 100644 (file)
@@ -56,6 +56,6 @@ int timer_init(void)
 
 int dram_init(void)
 {
-       gd->ram_size = CONFIG_DRAM_SIZE;
+       gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
        return 0;
 }