diff options
Diffstat (limited to 'include/asm-i386/u-boot-i386.h')
| -rw-r--r-- | include/asm-i386/u-boot-i386.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/asm-i386/u-boot-i386.h b/include/asm-i386/u-boot-i386.h index 7c99c8c57..a08632d2d 100644 --- a/include/asm-i386/u-boot-i386.h +++ b/include/asm-i386/u-boot-i386.h @@ -33,7 +33,7 @@ void timer_isr(void *);  typedef void (timer_fnc_t) (void);  int register_timer_isr (timer_fnc_t *isr_func); -/* Architecture specific - can be in cpu/i386/, lib_i386/, or $(BOARD)/ */ +/* Architecture specific - can be in cpu/i386/, arch/i386/lib/, or $(BOARD)/ */  int timer_init(void);  /* cpu/.../interrupts.c */ @@ -46,7 +46,7 @@ int dram_init(void);  void isa_unmap_rom(u32 addr);  u32 isa_map_rom(u32 bus_addr, int size); -/* lib_i386/... */ +/* arch/i386/lib/... */  int video_bios_init(void);  int video_init(void); |