summaryrefslogtreecommitdiff
path: root/configs/emsdp_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbolTom Rini2019-11-201-0/+1
| | | | | | | | | | | Today in initr_reloc_global_data() we use some non-obvious tests to determine if we need to relocate the env_addr within gd or not. In order to facilitate migration of other symbols to Kconfig we need to introduce a new symbol for this particular use case. Cc: Wolfgang Denk <wd@denx.de> Cc: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Tom Rini <trini@konsulko.com>
* arc: emsdp/iotdk: Switch to DM_MMCAlexey Brodkin2019-11-011-0/+2
| | | | | | | Somehow EMSDP & IoT DK boards were skipped on ARC boads conversion to DM MMC. So doing it now. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* arc: emsdp: Increase max FAT cluster sizeAlexey Brodkin2019-11-011-1/+1
| | | | | | | | | Some especially large SD-cards come from stock formatted with larger FAT cluster size so to accommodate those we just increase what we expect to have here in U-Boot given we have a plenty of space on EM SDP (16 MiB). Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* arc: emsdp: Add initialization of PSRAMAlexey Brodkin2019-09-031-0/+1
| | | | | | | If the "Page Mode" is not enabled on the device, read operations from PSRAM may result in incorrect data. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* ARC: Move ENV_SIZE and ENV_OFFSET to KconfigAlexey Brodkin2019-01-251-0/+1
| | | | | | | | | | Join the party of some ARM boards and drop more items from include/configs/xxx.h. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Michal Simek <michal.simek@xilinx.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
* emdk->emsdp: Rename boardAlexey Brodkin2018-11-011-0/+30
Real marketing name of the board was recently updated so to accommodate that change renaming the board and all related to it. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>