diff options
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | 2019-04-02 21:29:41 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-04-25 00:00:49 +0200 |
commit | 4aab2329b282956b3a8a22de7bd30116d1c8df20 (patch) | |
tree | be48725fa5bef36b878048dbfc4e6004961675b2 /include/configs/socfpga_sockit.h | |
parent | faea9e7a78d78b178a26198ab8459f6daf423792 (diff) | |
download | u-boot-4aab2329b282956b3a8a22de7bd30116d1c8df20.tar.gz |
arm: socfpga: clean up board config files
Remove outdated defines (not used any more, outdated due to DM
conversion) from various socfpga files in include/config.
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Acked-by: Marek Vasut <marex@denx.de>
Series-version: 3
Series-changes: 2
- added (this) patch with further cleanups to the socfpga board config
files
Diffstat (limited to 'include/configs/socfpga_sockit.h')
-rw-r--r-- | include/configs/socfpga_sockit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/socfpga_sockit.h b/include/configs/socfpga_sockit.h index 3a7f354914..972999949a 100644 --- a/include/configs/socfpga_sockit.h +++ b/include/configs/socfpga_sockit.h @@ -14,8 +14,6 @@ #define CONFIG_LOADADDR 0x01000000 #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR -/* Ethernet on SoC (EMAC) */ - /* The rest of the configuration is shared */ #include <configs/socfpga_common.h> |