Revert "Align global_data to a 16-byte boundary"
[oweals/u-boot.git] / common / board_f.c
index c959774adff386ebf2c17d14bbfeee81a286a0ec..a2be57756a1e5c735935aa6df3fb857b7b548f82 100644 (file)
@@ -499,7 +499,6 @@ static int setup_machine(void)
 static int reserve_global_data(void)
 {
        gd->start_addr_sp -= sizeof(gd_t);
-       gd->start_addr_sp &= ~0xf;
        gd->new_gd = (gd_t *)map_sysmem(gd->start_addr_sp, sizeof(gd_t));
        debug("Reserving %zu Bytes for Global Data at: %08lx\n",
                        sizeof(gd_t), gd->start_addr_sp);