make sure rdc321x specific patches apply (CONFIG_X86_RDC321X), patch from sn9

SVN-Revision: 18346
v19.07.3_mercusys_ac12_duma
Florian Fainelli 15 years ago
parent 343e9ffa20
commit fa26169f55

@ -4,7 +4,7 @@
/* We must finish initialization here */
+#ifdef CONFIG_X86_RDC
+#ifdef CONFIG_X86_RDC321X
+/* #define YO_TI1510_DATASHEET_GUY_EXPLAIN_THIS_JUNK 0x0044f044 */
+#define YO_TI1510_DATASHEET_GUY_EXPLAIN_THIS_JUNK 0x0844b060
+/* #define YO_TI1510_DATASHEET_GUY_EXPLAIN_THIS_JUNK 0x0044d044 */

@ -15,8 +15,8 @@
#include "boot.h"
#include <asm/segment.h>
+#ifdef CONFIG_X86_RDC
+#include <asm/mach-rdc/rdc321x_defs.h>
+#ifdef CONFIG_X86_RDC321X
+#include <asm/rdc321x_defs.h>
+#endif
/*
@ -25,7 +25,7 @@
die();
}
+#ifdef CONFIG_X86_RDC
+#ifdef CONFIG_X86_RDC321X
+ {
+ u32 bootctl;
+

Loading…
Cancel
Save