summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-03-08 17:23:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-03-13 14:16:48 +0100
commit4f8a95e1cd3562e2d179420822b7db29d0c2a90e (patch)
tree40dabcba38f9cf77b8bfcecfe311f2145cbdcea2 /platforms
parenta0d0b0102e7e262ad545a92e4ace74ed1f3e01c2 (diff)
downloadptxdist-4f8a95e1cd3562e2d179420822b7db29d0c2a90e.tar.gz
ptxdist-4f8a95e1cd3562e2d179420822b7db29d0c2a90e.tar.xz
barebox: add support for x86
In order to support barebox as a bootloader for x86/BIOS based plattforms the BAREBOX_ARCH_STRING must no be empty. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/barebox.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/barebox.in b/platforms/barebox.in
index 0a2a9d94d..87033c442 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -35,6 +35,7 @@ config BAREBOX_ARCH_STRING
default "arm" if ARCH_ARM
default "blackfin" if ARCH_BLACKFIN
default "ppc" if ARCH_PPC
+ default "x86" if ARCH_X86
config BAREBOX_EXTRA_ENV
prompt "extend the builtin barebox environment"