diff options
author | Nishanth Menon <nm@ti.com> | 2015-03-09 17:12:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-13 09:29:00 -0400 |
commit | 49ec9490918909c9694b8ee64789f1eed335df1b (patch) | |
tree | e7e2a701c6a870a49c742088811627b1824e5dc3 /arch/arm/include/asm | |
parent | 987ec5851c5c303417fb04a6a0fed6e4603e1a24 (diff) | |
download | u-boot-imx-49ec9490918909c9694b8ee64789f1eed335df1b.zip u-boot-imx-49ec9490918909c9694b8ee64789f1eed335df1b.tar.gz u-boot-imx-49ec9490918909c9694b8ee64789f1eed335df1b.tar.bz2 |
ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1
omap_smc1 is now generic enough to remove duplicate
omap3_gp_romcode_call logic that omap3 introduced.
As part of this change, move to using the generic lowlevel_init.S for
omap3 as well.
Signed-off-by: Nishanth Menon <nm@ti.com>
Tested-by: Matt Porter <mporter@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/arch-omap3/sys_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h index bcf92fb..0c77a22 100644 --- a/arch/arm/include/asm/arch-omap3/sys_proto.h +++ b/arch/arm/include/asm/arch-omap3/sys_proto.h @@ -73,6 +73,5 @@ void power_init_r(void); void dieid_num_r(void); void get_dieid(u32 *id); void do_omap3_emu_romcode_call(u32 service_id, u32 parameters); -void omap3_gp_romcode_call(u32 service_id, u32 parameter); u32 warm_reset(void); #endif |