Commit 5aa52ccf authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Greg Ungerer
Browse files

m68k: nommu: Fix misspellings of "DragonEngine"



Exys produced the "DragonEngine II" board.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarGreg Ungerer <gerg@linux-m68k.org>
parent 8f607727
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include "screen.h"

/***************************************************************************/
/*                        Init Drangon Engine hardware                     */
/*                        Init Dragon Engine II hardware                   */
/***************************************************************************/

static void dragen2_reset(void)
+2 −2
Original line number Diff line number Diff line
@@ -199,11 +199,11 @@ config UCDIMM
	  Support for the Arcturus Networks uCdimm module.

config DRAGEN2
	bool "DragenEngine II board support"
	bool "DragonEngine II board support"
	depends on !MMU
	select M68VZ328
	help
	  Support for the DragenEngine II board.
	  Support for the DragonEngine II board.

config DIRECT_IO_ACCESS
	bool "Allow user to access IO directly"