9
0
Fork 0

Disable watchdog only for compal_e99

Without that fix some phones compatible with compal_e88, like the
  Motorola W220 don't print the "NuttShell (NSH)" initial message.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2012-02-20 14:34:38 +01:00
parent 4b53dbdf89
commit 9b1017b554
1 changed files with 3 additions and 1 deletions

View File

@ -60,9 +60,11 @@
void up_addregion(void)
{
#ifdef CONFIG_ARCH_BOARD_COMPALE99
/* Disable watchdog in first non-common function */
wdog_enable(0);
#endif
// XXX: change to initialization of extern memory with save defaults
/* Configure memory interface */
calypso_mem_cfg(CALYPSO_nCS0, 3, CALYPSO_MEM_16bit, 1);