summaryrefslogtreecommitdiff
path: root/include/configs/socfpga_de1_soc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-22 19:27:33 -0400
committerTom Rini <trini@konsulko.com>2021-08-22 22:53:49 -0400
commitade47b713e1aa170c94185d30a28df9b06d31dc2 (patch)
treecbce849fc2ba69b4e9f9c3abed850824f2b2b1c1 /include/configs/socfpga_de1_soc.h
parent7deeb02217fc6cce97d61bb1b7a272a1ff72fce9 (diff)
downloadu-boot-ade47b713e1aa170c94185d30a28df9b06d31dc2.tar.gz
Convert CONFIG_SYS_LOAD_ADDR to KconfigWIP/migrate-LOADADDR
Now that we have consistent usage, migrate this symbol to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/socfpga_de1_soc.h')
-rw-r--r--include/configs/socfpga_de1_soc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/socfpga_de1_soc.h b/include/configs/socfpga_de1_soc.h
index 5373b55481..4b58bc48c4 100644
--- a/include/configs/socfpga_de1_soc.h
+++ b/include/configs/socfpga_de1_soc.h
@@ -10,9 +10,6 @@
/* Memory configurations */
#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */
-/* Booting Linux */
-#define CONFIG_SYS_LOAD_ADDR 0x01000000
-
/* The rest of the configuration is shared */
#include <configs/socfpga_common.h>