summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2010-12-21 12:48:26 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-03-10 11:14:47 +0100
commit1126f04e99f5df070353c63439645b2cb15850a3 (patch)
treee52de3e501081e2879df155b4aa892f6db2af3c8 /scripts
parent6ef848c1f76f0549b7820aa78b847a9b80425d06 (diff)
downloadbarebox-1126f04e99f5df070353c63439645b2cb15850a3.tar.gz
barebox-1126f04e99f5df070353c63439645b2cb15850a3.tar.xz
x86: Use the generic linker script initializing
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/setupmbr/setupmbr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setupmbr/setupmbr.c b/scripts/setupmbr/setupmbr.c
index dd7f38ccb2..74ede94d33 100644
--- a/scripts/setupmbr/setupmbr.c
+++ b/scripts/setupmbr/setupmbr.c
@@ -43,7 +43,7 @@
/* include the info from this barebox release */
#include "../../include/generated/utsrelease.h"
-#include "../../arch/x86/include/asm/barebox.lds.h"
+#include "../../arch/x86/mach-i386/include/mach/barebox.lds.h"
/** define to disable integrity tests and debug messages */
#define NDEBUG