[U-Boot] [PATCH] mainline arm926ejs: Fix two occurrences of illegal syntax assembler instructions

2010-10-21 Thread Gray Remlin
HEAD is at commit c62491d2602b353a815a909e27eec0df9f2c06a2 Untested due to link error bug Signed-off-by: Gray Remlin --- arch/arm/cpu/arm926ejs/start.S |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/start.S b/arch/arm/cpu/arm926ejs/start.S inde

Re: [U-Boot] [PATCH] mainline arm926ejs: Fix two occurrences of illegal syntax assembler instructions

2010-10-21 Thread Wolfgang Denk
Dear Gray Remlin, In message <4cc06b1a.2070...@rocketmail.com> you wrote: > HEAD is at commit c62491d2602b353a815a909e27eec0df9f2c06a2 > Untested due to link error bug What makes you think this is "illegal syntax" ? gas seems to digest this just fine. Which sort of tool chain are you using? >