Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221183
b: refs/heads/master
c: 57c1f87
h: refs/heads/master
i:
  221181: 1fcd95c
  221179: 9d763a8
  221175: 5d2637e
  221167: 86b3f0a
  221151: 728fa13
  221119: 5a22a08
  221055: d49e8b6
  220927: 97e2b04
  220671: 9296956
  220159: 4685ed6
  219135: 0eda1b0
  217087: 3db2d0f
  212991: 0c478d4
v: v3
  • Loading branch information
Kyungmin Park authored and Kukjin Kim committed Oct 25, 2010
1 parent 623baa3 commit 38fc392
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 63612a1f916d2f1b51bed68cd6d90245371430f1
refs/heads/master: 57c1f8713605489b3d4914f68a96564858d7c91d
5 changes: 0 additions & 5 deletions trunk/arch/arm/mach-s5pv310/mach-smdkc210.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

#include <asm/mach/arch.h>
#include <asm/mach-types.h>
#include <asm/hardware/cache-l2x0.h>

#include <plat/regs-serial.h>
#include <plat/s5pv310.h>
Expand Down Expand Up @@ -129,10 +128,6 @@ static void __init smdkc210_machine_init(void)
s3c_sdhci2_set_platdata(&smdkc210_hsmmc2_pdata);
s3c_sdhci3_set_platdata(&smdkc210_hsmmc3_pdata);

#ifdef CONFIG_CACHE_L2X0
l2x0_init(S5P_VA_L2CC, 1 << 28, 0xffffffff);
#endif

platform_add_devices(smdkc210_devices, ARRAY_SIZE(smdkc210_devices));
}

Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/arm/mach-s5pv310/mach-smdkv310.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

#include <asm/mach/arch.h>
#include <asm/mach-types.h>
#include <asm/hardware/cache-l2x0.h>

#include <plat/regs-serial.h>
#include <plat/s5pv310.h>
Expand Down Expand Up @@ -129,10 +128,6 @@ static void __init smdkv310_machine_init(void)
s3c_sdhci2_set_platdata(&smdkv310_hsmmc2_pdata);
s3c_sdhci3_set_platdata(&smdkv310_hsmmc3_pdata);

#ifdef CONFIG_CACHE_L2X0
l2x0_init(S5P_VA_L2CC, 1 << 28, 0xffffffff);
#endif

platform_add_devices(smdkv310_devices, ARRAY_SIZE(smdkv310_devices));
}

Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/arm/mach-s5pv310/mach-universal_c210.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include <asm/mach/arch.h>
#include <asm/mach-types.h>
#include <asm/hardware/cache-l2x0.h>

#include <plat/regs-serial.h>
#include <plat/s5pv310.h>
Expand Down Expand Up @@ -141,10 +140,6 @@ static void __init universal_map_io(void)

static void __init universal_machine_init(void)
{
#ifdef CONFIG_CACHE_L2X0
l2x0_init(S5P_VA_L2CC, 1 << 28, 0xffffffff);
#endif

i2c_register_board_info(0, i2c0_devs, ARRAY_SIZE(i2c0_devs));
i2c_register_board_info(1, i2c1_devs, ARRAY_SIZE(i2c1_devs));

Expand Down

0 comments on commit 38fc392

Please sign in to comment.