aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/bcom
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/bcom')
-rw-r--r--src/mainboard/bcom/winnet100/romstage.c4
-rw-r--r--src/mainboard/bcom/winnetp680/romstage.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/mainboard/bcom/winnet100/romstage.c b/src/mainboard/bcom/winnet100/romstage.c
index 669329d97d..07f5ad5a92 100644
--- a/src/mainboard/bcom/winnet100/romstage.c
+++ b/src/mainboard/bcom/winnet100/romstage.c
@@ -18,9 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#define ASSEMBLY 1
-
-
#include <stdint.h>
#include <device/pci_def.h>
#include <arch/io.h>
@@ -55,3 +52,4 @@ static void main(unsigned long bist)
/* Check whether RAM works. */
/* ram_check(0, 640 * 1024); */
}
+
diff --git a/src/mainboard/bcom/winnetp680/romstage.c b/src/mainboard/bcom/winnetp680/romstage.c
index 3b76de1617..90de05a1f6 100644
--- a/src/mainboard/bcom/winnetp680/romstage.c
+++ b/src/mainboard/bcom/winnetp680/romstage.c
@@ -19,9 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#define ASSEMBLY 1
-
-
#include <stdint.h>
#include <device/pci_def.h>
#include <device/pci_ids.h>
@@ -126,3 +123,4 @@ static void main(unsigned long bist)
print_spew("Leaving romstage.c:main()\r\n");
}
+