]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/samsung/odroid/odroid.c
Odroid U3: use common code for dram reservation
[karo-tx-uboot.git] / board / samsung / odroid / odroid.c
index 6f4b8caea545149505ace8d7da6fd22a3f335732..ae41c29d9254d162a8ba702c0d4e968eb673a7ec 100644 (file)
@@ -427,10 +427,6 @@ int exynos_early_init_f(void)
 
 int exynos_init(void)
 {
-       /* The last MB of memory is reserved for secure firmware */
-       gd->ram_size -= SZ_1M;
-       gd->bd->bi_dram[CONFIG_NR_DRAM_BANKS - 1].size -= SZ_1M;
-
        board_gpio_init();
 
        return 0;