diff options
author | Tom Rini <trini@konsulko.com> | 2015-11-30 08:30:14 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-30 08:30:14 -0500 |
commit | 2a8696dfc2c6547c41836ceda573ad4548cba357 (patch) | |
tree | 6ade1f0293ea3be0602131f083a0d6a77bb0b438 /include/configs/socfpga_de0_nano_soc.h | |
parent | 60e12b3a7143687cacb4b66b849563c4b9719e51 (diff) | |
parent | 486f4fa98c65baa6d70008ceb2d93ac0f8f7bd96 (diff) |
Merge git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'include/configs/socfpga_de0_nano_soc.h')
-rw-r--r-- | include/configs/socfpga_de0_nano_soc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/socfpga_de0_nano_soc.h b/include/configs/socfpga_de0_nano_soc.h index 3ae9b3ef42..16e146ce55 100644 --- a/include/configs/socfpga_de0_nano_soc.h +++ b/include/configs/socfpga_de0_nano_soc.h @@ -6,7 +6,7 @@ #ifndef __CONFIG_TERASIC_DE0_H__ #define __CONFIG_TERASIC_DE0_H__ -#include <asm/arch/socfpga_base_addrs.h> +#include <asm/arch/base_addr_ac5.h> /* U-Boot Commands */ #define CONFIG_SYS_NO_FLASH @@ -74,7 +74,6 @@ "bootimage=zImage\0" \ "fdt_addr=100\0" \ "fdtimage=socfpga.dtb\0" \ - "fsloadcmd=ext2load\0" \ "bootm ${loadaddr} - ${fdt_addr}\0" \ "mmcroot=/dev/mmcblk0p2\0" \ "mmcboot=setenv bootargs " CONFIG_BOOTARGS \ |