File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
#include "screen.h"
16
16
17
17
/***************************************************************************/
18
- /* Init Drangon Engine hardware */
18
+ /* Init Dragon Engine II hardware */
19
19
/***************************************************************************/
20
20
21
21
static void dragen2_reset (void )
Original file line number Diff line number Diff line change @@ -192,18 +192,18 @@ config UCSIMM
192
192
Support for the Arcturus Networks uCsimm module.
193
193
194
194
config UCDIMM
195
- bool "uDsimm module support"
195
+ bool "uCdimm module support"
196
196
depends on !MMU
197
197
select M68VZ328
198
198
help
199
- Support for the Arcturus Networks uDsimm module.
199
+ Support for the Arcturus Networks uCdimm module.
200
200
201
201
config DRAGEN2
202
- bool "DragenEngine II board support"
202
+ bool "DragonEngine II board support"
203
203
depends on !MMU
204
204
select M68VZ328
205
205
help
206
- Support for the DragenEngine II board.
206
+ Support for the DragonEngine II board.
207
207
208
208
config DIRECT_IO_ACCESS
209
209
bool "Allow user to access IO directly"
You can’t perform that action at this time.
0 commit comments