|
@@ -35,9 +35,12 @@
|
|
|
|
|
|
extern void __init board_setup(void);
|
|
extern void __init board_setup(void);
|
|
extern void set_cpuspec(void);
|
|
extern void set_cpuspec(void);
|
|
|
|
+extern void __init alchemy_set_lpj(void);
|
|
|
|
|
|
void __init plat_mem_setup(void)
|
|
void __init plat_mem_setup(void)
|
|
{
|
|
{
|
|
|
|
+ alchemy_set_lpj();
|
|
|
|
+
|
|
if (au1xxx_cpu_needs_config_od())
|
|
if (au1xxx_cpu_needs_config_od())
|
|
/* Various early Au1xx0 errata corrected by this */
|
|
/* Various early Au1xx0 errata corrected by this */
|
|
set_c0_config(1 << 19); /* Set Config[OD] */
|
|
set_c0_config(1 << 19); /* Set Config[OD] */
|