Skip to content
Snippets Groups Projects
  1. Jul 23, 2014
    • Simon Glass's avatar
      sandbox: Set up global data before board_init_f() · 4d94dfa0
      Simon Glass authored
      
      At present sandbox defines CONFIG_SYS_GENERIC_GLOBAL_DATA, meaning that
      the global_data pointer is set up in board_init_f().
      
      If we set up and zero the global data before calling board_init_f() then we
      don't need to define CONFIG_SYS_GENERIC_GLOBAL_DATA.
      
      Make this change to simplify the init process.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      4d94dfa0
    • Simon Glass's avatar
      Remove form-feeds from dlmalloc.c · d93041a4
      Simon Glass authored
      
      These don't really serve any purpose in the modern age. On the other hand
      they show up as annoying control characters in my editor, which then happily
      removes them.
      
      I believe we can drop these characters from the file.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      d93041a4
  2. Jul 22, 2014
  3. Jul 21, 2014
  4. Jul 18, 2014
Loading