m68k: nommu: Fix misspellings of "DragonEngine"

Exys produced the "DragonEngine II" board.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
This commit is contained in:
Geert Uytterhoeven 2022-12-19 14:40:29 +01:00 committed by Greg Ungerer
parent 8f60772729
commit 5aa52ccf69
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
#include "screen.h"
/***************************************************************************/
/* Init Drangon Engine hardware */
/* Init Dragon Engine II hardware */
/***************************************************************************/
static void dragen2_reset(void)

View File

@ -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"