global: Migrate CONFIG_MXC_UART_BASE to CFG
[platform/kernel/u-boot.git] / include / configs / qemu-riscv.h
index f3e16e5..20135f5 100644 (file)
@@ -8,11 +8,7 @@
 
 #include <linux/sizes.h>
 
-#define CONFIG_SYS_SDRAM_BASE          0x80000000
-
-#define CONFIG_SYS_BOOTM_LEN           SZ_64M
-
-#define CONFIG_STANDALONE_LOAD_ADDR    0x80200000
+#define CFG_SYS_SDRAM_BASE             0x80000000
 
 #define RISCV_MMODE_TIMERBASE          0x2000000
 #define RISCV_MMODE_TIMER_FREQ         1000000
@@ -21,7 +17,6 @@
 
 /* Environment options */
 
-#ifndef CONFIG_SPL_BUILD
 #define BOOT_TARGET_DEVICES(func) \
        func(QEMU, qemu, na) \
        func(VIRTIO, virtio, 0) \
@@ -39,7 +34,7 @@
 #define BOOTENV_DEV_NAME_QEMU(devtypeu, devtypel, instance) \
        "qemu "
 
-#define CONFIG_EXTRA_ENV_SETTINGS \
+#define CFG_EXTRA_ENV_SETTINGS \
        "fdt_high=0xffffffffffffffff\0" \
        "initrd_high=0xffffffffffffffff\0" \
        "kernel_addr_r=0x84000000\0" \
@@ -50,6 +45,5 @@
        "pxefile_addr_r=0x8c200000\0" \
        "ramdisk_addr_r=0x8c300000\0" \
        BOOTENV
-#endif
 
 #endif /* __CONFIG_H */