dragon-nx32: doesn't support raw I/O yet so set the legacy flag
authorAlan Cox <alan@linux.intel.com>
Mon, 6 Apr 2015 10:44:11 +0000 (11:44 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 6 Apr 2015 10:44:11 +0000 (11:44 +0100)
Without this binaries over 512 bytes long won't get loaded right

Kernel/platform-dragon-nx32/config.h

index 77233a4..43f4c64 100644 (file)
@@ -18,6 +18,9 @@
 /* And swapping */
 #undef SWAPDEV
 
+/* Until the Becker and floppy driver support raw I/O */
+#define CONFIG_LEGACY_EXEC
+
 /* Video terminal, not a serial tty */
 #define CONFIG_VT
 /* Simple text mode */