Lines Matching refs:__stringify
142 "u-boot=" __stringify(CONFIG_HOSTNAME) "/u-boot.spr\0" \
144 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
146 "erase " __stringify(CONFIG_SYS_MONITOR_BASE) " +${filesize};" \
147 "cp.b ${u-boot_addr} " __stringify(CONFIG_SYS_MONITOR_BASE) \
149 "protect on " __stringify(CONFIG_SYS_MONITOR_BASE) \
152 "ubifs=" __stringify(CONFIG_HOSTNAME) "/ubifs.img\0" \
153 "part=" __stringify(CONFIG_UBI_PART) "\0" \
154 "vol=" __stringify(CONFIG_UBIFS_VOLUME) "\0" \
177 "kernel=" __stringify(CONFIG_HOSTNAME) "/uImage\0" \
180 "dtb=" __stringify(CONFIG_HOSTNAME) "/" \
181 __stringify(CONFIG_HOSTNAME) ".dtb\0" \
182 "dtb_fs=/boot/" __stringify(CONFIG_HOSTNAME) ".dtb\0" \