Re: [U-Boot] [PATCH v2] sh: Add support for SH2A freestanding build

2011-06-08 Thread Nobuhiro Iwamatsu
Hi, Phil. Applied to next branch. Thanks! Nobuhiro 2011/6/3 Phil Edworthy : > SH2A toolchains often only provide an fdpic version of libgcc. This > can't be used with bare-metal software like U-Boot, so this patch > provides the necessary functions extracted from libgcc. > > Signed-off-by: Phil

[U-Boot] [PATCH v2] sh: Add support for SH2A freestanding build

2011-06-03 Thread Phil Edworthy
SH2A toolchains often only provide an fdpic version of libgcc. This can't be used with bare-metal software like U-Boot, so this patch provides the necessary functions extracted from libgcc. Signed-off-by: Phil Edworthy Cc: Nobuhiro Iwamatsu --- Changes for v2: - Removed changes to PLATFORM_CP