X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fstm32mp15_common.h;h=7db72a19ed95c3ee9eb919ee40edb863890f045c;hb=5db4972a5bbdbf9e3af48ffc9bc4fec73b7b6a79;hp=6103c2cea7f8ba83cf9803e272eecff8af5f450d;hpb=a918df21f09739e4d0f91937b88f3804696a0f41;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/stm32mp15_common.h b/include/configs/stm32mp15_common.h index 6103c2c..7db72a1 100644 --- a/include/configs/stm32mp15_common.h +++ b/include/configs/stm32mp15_common.h @@ -13,23 +13,17 @@ /* * Configuration of the external SRAM memory used by U-Boot */ -#define CONFIG_SYS_SDRAM_BASE STM32_DDR_BASE +#define CFG_SYS_SDRAM_BASE STM32_DDR_BASE /* * For booting Linux, use the first 256 MB of memory, since this is * the maximum mapped by the Linux kernel during initialization. */ -#define CONFIG_SYS_BOOTMAPSZ SZ_256M - -/*MMC SD*/ -#define CONFIG_SYS_MMC_MAX_DEVICE 3 +#define CFG_SYS_BOOTMAPSZ SZ_256M /* NAND support */ /* Ethernet need */ -#ifdef CONFIG_DWC_ETH_QOS -#define CONFIG_SERVERIP 192.168.1.1 -#endif #define STM32MP_FIP_IMAGE_GUID \ EFI_GUID(0x19d5df83, 0x11b0, 0x457b, 0xbe, 0x2c, \ @@ -141,7 +135,7 @@ "fdtoverlay_addr_r=" __FDTOVERLAY_ADDR_R "\0" \ "ramdisk_addr_r=" __RAMDISK_ADDR_R "\0" -#define CONFIG_EXTRA_ENV_SETTINGS \ +#define CFG_EXTRA_ENV_SETTINGS \ STM32MP_MEM_LAYOUT \ STM32MP_BOOTCMD \ STM32MP_PARTS_DEFAULT \