Skip to content
Snippets Groups Projects
Select Git revision
0 results

scripts

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Loading
    user avatar
    Wolfgang Denk authored
    When copying the "sed" script to generate the asm-offsets.h file from
    the Linux Kbuild script into the make-asm-offsets file I missed the
    fact that the former runs in a "make" context and thus uses double
    "$$" to escape a single "$", while the latter is a shell script, where
    this must not be done.  Unfortunately the problem did not show up
    during the initial tests on Power Architecture systems, but on ARM the
    generated asm-offsets.h was not correct.
    
    Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
    Tested-by: default avatarHeiko Schocher <hs@denx.de>
    Tested-by: default avatarBen Gardiner <bengardiner@nanometrics.ca>
    e4691f5e
    History
    Name Last commit Last update
    ..