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 <[email protected]>

diff --git a/platforms/barebox.in b/platforms/barebox.in
index 0d68466..4fe4f7e 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -35,5 +35,6 @@ config BAREBOX_ARCH_STRING
        default "arm"                   if ARCH_ARM
        default "blackfin"              if ARCH_BLACKFIN
        default "ppc"                   if ARCH_PPC
+       default "x86"                   if ARCH_X86
 
 endif

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | Phone: +49-8766-939 228     |
Vertretung Sued/Muenchen, Germany             | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686              | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
[email protected]

Reply via email to