diff options
Diffstat (limited to 'board/netstal')
| -rw-r--r-- | board/netstal/hcu4/hcu4.c | 2 | ||||
| -rw-r--r-- | board/netstal/hcu5/README.txt | 6 | ||||
| -rw-r--r-- | board/netstal/hcu5/hcu5.c | 2 | ||||
| -rw-r--r-- | board/netstal/mcu25/mcu25.c | 2 | 
4 files changed, 6 insertions, 6 deletions
| diff --git a/board/netstal/hcu4/hcu4.c b/board/netstal/hcu4/hcu4.c index 8efbc23c8..3f07ff126 100644 --- a/board/netstal/hcu4/hcu4.c +++ b/board/netstal/hcu4/hcu4.c @@ -34,7 +34,7 @@ DECLARE_GLOBAL_DATA_PTR;  /*   * This function is run very early, out of flash, and before devices are - * initialized. It is called by lib_ppc/board.c:board_init_f by virtue + * initialized. It is called by arch/ppc/lib/board.c:board_init_f by virtue   * of being in the init_sequence array.   *   * The SDRAM has been initialized already -- start.S:start called diff --git a/board/netstal/hcu5/README.txt b/board/netstal/hcu5/README.txt index f64987637..0a54f9aee 100644 --- a/board/netstal/hcu5/README.txt +++ b/board/netstal/hcu5/README.txt @@ -109,7 +109,7 @@ _start:  	call cpu_init_f	/* run low-level CPU init code	   (from Flash) */      call cpu_init_f -    board_init_f: (lib_ppc\board.c) +    board_init_f: (arch/ppc/lib\board.c)  	init_sequence defines a list of function to be called  	    board_early_init_f: (board/netstal/hcu5/hcu5.c)  		We are using Bootstrap-Option A @@ -141,7 +141,7 @@ _start:  From now on our copy is in RAM and we will run from there,  	starting with board_init_r  ------------------------------------------------------- -    board_init_r: (lib_ppc\board.c) +    board_init_r: (arch/ppc/lib\board.c)  	setup bd function pointers  	trap_init  	flash_init: (board/netstal/hcu5/flash.c) @@ -162,7 +162,7 @@ Most of the HW specific code for the HCU5 may be found in  include/configs/hcu5.h  board/netstal/hcu5/*  cpu/ppc4xx/* -lib_ppc/* +arch/ppc/lib/*  include/ppc440.h  Drivers for serial etc are found under drivers/ diff --git a/board/netstal/hcu5/hcu5.c b/board/netstal/hcu5/hcu5.c index c545cc01e..90433fe82 100644 --- a/board/netstal/hcu5/hcu5.c +++ b/board/netstal/hcu5/hcu5.c @@ -49,7 +49,7 @@ extern flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS];  /*   * This function is run very early, out of flash, and before devices are - * initialized. It is called by lib_ppc/board.c:board_init_f by virtue + * initialized. It is called by arch/ppc/lib/board.c:board_init_f by virtue   * of being in the init_sequence array.   *   * The SDRAM has been initialized already -- start.S:start called diff --git a/board/netstal/mcu25/mcu25.c b/board/netstal/mcu25/mcu25.c index c66ab97ac..cc2f99874 100644 --- a/board/netstal/mcu25/mcu25.c +++ b/board/netstal/mcu25/mcu25.c @@ -39,7 +39,7 @@ DECLARE_GLOBAL_DATA_PTR;  /*   * This function is run very early, out of flash, and before devices are - * initialized. It is called by lib_ppc/board.c:board_init_f by virtue + * initialized. It is called by arch/ppc/lib/board.c:board_init_f by virtue   * of being in the init_sequence array.   *   * The SDRAM has been initialized already -- start.S:start called |