summaryrefslogtreecommitdiffstats
path: root/include/configs/socfpga_cyclone5_socdk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/socfpga_cyclone5_socdk.h')
-rw-r--r--include/configs/socfpga_cyclone5_socdk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_cyclone5_socdk.h b/include/configs/socfpga_cyclone5_socdk.h
index c4c4ecb0e0..d7c339e6f8 100644
--- a/include/configs/socfpga_cyclone5_socdk.h
+++ b/include/configs/socfpga_cyclone5_socdk.h
@@ -56,7 +56,7 @@
/* Extra Environment */
#define CONFIG_EXTRA_ENV_SETTINGS \
"verify=n\0" \
- "loadaddr= " __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
+ "loadaddr=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
"ramboot=setenv bootargs " CONFIG_BOOTARGS ";" \
"bootm ${loadaddr} - ${fdt_addr}\0" \
"bootimage=zImage\0" \
OpenPOWER on IntegriCloud