summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/u-boot.lds.h
blob: e8e9ce12765b11ce0b2335735dd2450de5461e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#define INITCALLS			\
  	*(.initcall.0)			\
  	*(.initcall.1)			\
  	*(.initcall.2)			\
  	*(.initcall.3)			\
  	*(.initcall.4)			\
  	*(.initcall.5)			\
  	*(.initcall.6)			\
  	*(.initcall.7)

#define U_BOOT_CMDS	*(SORT_BY_NAME(.u_boot_cmd*))