diff options
Diffstat (limited to 'board/jse/sdram.c')
-rw-r--r-- | board/jse/sdram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/jse/sdram.c b/board/jse/sdram.c index 88fdd84130f..a12ebde2367 100644 --- a/board/jse/sdram.c +++ b/board/jse/sdram.c @@ -27,7 +27,7 @@ /* * this is even after checkboard. It returns the size of the SDRAM * that we have installed. This function is called by board_init_f - * in lib_ppc/board.c to initialize the memory and return what I + * in arch/ppc/lib/board.c to initialize the memory and return what I * found. */ phys_size_t initdram (int board_type) |