Skip to content

Commit 5aa52cc

Browse files
geertuGreg Ungerer
authored andcommitted
m68k: nommu: Fix misspellings of "DragonEngine"
Exys produced the "DragonEngine II" board. Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Greg Ungerer <[email protected]>
1 parent 8f60772 commit 5aa52cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/m68k/68000/dragen2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "screen.h"
1616

1717
/***************************************************************************/
18-
/* Init Drangon Engine hardware */
18+
/* Init Dragon Engine II hardware */
1919
/***************************************************************************/
2020

2121
static void dragen2_reset(void)

arch/m68k/Kconfig.machine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ config UCDIMM
199199
Support for the Arcturus Networks uCdimm module.
200200

201201
config DRAGEN2
202-
bool "DragenEngine II board support"
202+
bool "DragonEngine II board support"
203203
depends on !MMU
204204
select M68VZ328
205205
help
206-
Support for the DragenEngine II board.
206+
Support for the DragonEngine II board.
207207

208208
config DIRECT_IO_ACCESS
209209
bool "Allow user to access IO directly"

0 commit comments

Comments
 (0)