Wolfgang Denk e4691f5ed1 make-asm-offsets: fix sed script
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: Wolfgang Denk <wd@denx.de>
Tested-by: Heiko Schocher <hs@denx.de>
Tested-by: Ben Gardiner <bengardiner@nanometrics.ca>
2010-10-27 20:16:52 +02:00
..
2010-09-19 19:29:49 +02:00
2010-10-12 21:49:28 +02:00
2010-09-21 22:44:53 +02:00
2010-10-27 20:16:52 +02:00
2010-09-19 19:29:49 +02:00
2005-07-21 11:22:21 +02:00
2009-11-24 23:43:18 +01:00
2009-04-28 01:16:46 +02:00