Lines Matching refs:__stringify
466 "update=protect off " __stringify(CONFIG_SYS_MONITOR_BASE) \
468 "erase " __stringify(CONFIG_SYS_MONITOR_BASE) \
471 __stringify(CONFIG_SYS_MONITOR_BASE) " ${filesize} && " \
472 "protect on " __stringify(CONFIG_SYS_MONITOR_BASE) \
474 "update-nor=protect off " __stringify(CONFIG_SYS_FLASH_BASE) \
476 "erase " __stringify(CONFIG_SYS_FLASH_BASE) \
479 __stringify(CONFIG_SYS_FLASH_BASE) " ${filesize} && " \
480 "protect on " __stringify(CONFIG_SYS_MONITOR_BASE) \
481 " +" __stringify(CONFIG_SYS_MONITOR_LEN) "\0" \
489 "usb_phy_type=" __stringify(__USB_PHY_TYPE) "\0" \
493 "newenv=protect off " __stringify(ENV_DEL_ADDR) \
494 " +" __stringify(CONFIG_ENV_TOTAL_SIZE) " && " \
495 "erase " __stringify(ENV_DEL_ADDR) \
496 " +" __stringify(CONFIG_ENV_TOTAL_SIZE) " && " \
497 "protect on " __stringify(ENV_DEL_ADDR) \
498 " +" __stringify(CONFIG_ENV_TOTAL_SIZE) "\0"