Skip to content
Snippets Groups Projects
  • Tom Rini's avatar
    1ee30aee
    Revert "ARM: SPL: do not set gd again" · 1ee30aee
    Tom Rini authored
    
    At the high level, the problem is that we set gd multiple times (and
    still do, even after the commit we're reverting).  We set important
    parts of gd to the copy which is not above stack but rather in the data
    section.  For the release, we're going to revert this change and for the
    next release we shall correct things to only, really, set gd once to an
    appropriate location and ensure that comments about it are correct too.
    
    This reverts commit f0c3a6c4.
    
    Acked-by: default avatarAlbert Aribaud <albert.u.boot@aribaud.net>
    Signed-off-by: default avatarTom Rini <trini@ti.com>
    1ee30aee
    History
    Revert "ARM: SPL: do not set gd again"
    Tom Rini authored
    
    At the high level, the problem is that we set gd multiple times (and
    still do, even after the commit we're reverting).  We set important
    parts of gd to the copy which is not above stack but rather in the data
    section.  For the release, we're going to revert this change and for the
    next release we shall correct things to only, really, set gd once to an
    appropriate location and ensure that comments about it are correct too.
    
    This reverts commit f0c3a6c4.
    
    Acked-by: default avatarAlbert Aribaud <albert.u.boot@aribaud.net>
    Signed-off-by: default avatarTom Rini <trini@ti.com>