diff options
Diffstat (limited to 'board/csb226')
-rw-r--r-- | board/csb226/csb226.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/csb226/csb226.c b/board/csb226/csb226.c index 11cab00..a79d168 100644 --- a/board/csb226/csb226.c +++ b/board/csb226/csb226.c @@ -38,10 +38,10 @@ int misc_init_r(void) { +#if 0 uchar *str; /* determine if the software update key is pressed during startup */ -#if 0 /* not ported yet... */ if (GPLR0 & 0x00000800) { printf("using bootcmd_normal (sw-update button not pressed)\n"); |