summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/norwich/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/norwich/romstage.c')
-rw-r--r--src/mainboard/amd/norwich/romstage.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/amd/norwich/romstage.c b/src/mainboard/amd/norwich/romstage.c
index 19c5b17ade..6337e89c2c 100644
--- a/src/mainboard/amd/norwich/romstage.c
+++ b/src/mainboard/amd/norwich/romstage.c
@@ -18,8 +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>
@@ -132,3 +130,4 @@ void cache_as_ram_main(void)
/* Memory is setup. Return to cache_as_ram.inc and continue to boot. */
return;
}
+