]> Git Repo - J-u-boot.git/blobdiff - include/configs/socfpga_de0_nano_soc.h
global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDR
[J-u-boot.git] / include / configs / socfpga_de0_nano_soc.h
index 21108e344756f649b1f87c40976af3e648cf1345..36ddd41d867290b8f858f29ef104443ff9fe3164 100644 (file)
@@ -11,8 +11,7 @@
 #define PHYS_SDRAM_1_SIZE              0x40000000      /* 1GiB */
 
 /* Booting Linux */
-#define CONFIG_LOADADDR                0x01000000
-#define CONFIG_SYS_LOAD_ADDR   CONFIG_LOADADDR
+#define CONFIG_SYS_LOAD_ADDR           0x01000000
 
 /* The rest of the configuration is shared */
 #include <configs/socfpga_common.h>
This page took 0.022072 seconds and 4 git commands to generate.