commit | f2fa49988301965c4f8e7bfdf83145e677b1fbcc | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sat Dec 26 19:12:11 2020 +0100 |
committer | Marek Vasut <marex@denx.de> | Sun Jan 31 14:08:56 2021 +0100 |
tree | 42530e67cefe0c4149e643d28b293abf16f675a3 | |
parent | e47431aa5cf0fe5e113ee9e33624084c93d4ec58 [diff] |
usb: gadget: Do not export usbd_device_* arrays Each array is used only in one file (core.c or ep0.c). Move their content to correct file, mark them as static and do not export out of current file. This change allows to decrease size of u-boot.bin as more of those strings are not used. Signed-off-by: Pali Rohár <pali@kernel.org>