]> git.sur5r.net Git - u-boot/blobdiff - include/asm-i386/u-boot-i386.h
Move lib_$ARCH directories to arch/$ARCH/lib
[u-boot] / include / asm-i386 / u-boot-i386.h
index 7c99c8c57dfbe203b357a82caf981d4de91fd2dc..a08632d2d312cdaa4d9187e199f6f08426dcfa62 100644 (file)
@@ -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);