powerpc, 8xx: remove support for 8xx
[platform/kernel/u-boot.git] / include / configs / meson-gxbb-common.h
index cc2b5b6..89e3807 100644 (file)
@@ -26,8 +26,6 @@
 #define GICD_BASE                      0xc4301000
 #define GICC_BASE                      0xc4302000
 
-#define CONFIG_CMD_ENV
-
 /* Monitor Command Prompt */
 /* Console I/O Buffer Size */
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
 #include <config_distro_defaults.h>
 
 #define BOOT_TARGET_DEVICES(func) \
+       func(MMC, mmc, 0) \
+       func(MMC, mmc, 1) \
+       func(MMC, mmc, 2) \
+       func(PXE, pxe, na) \
        func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>
        "scriptaddr=0x1f000000\0" \
        "kernel_addr_r=0x01080000\0" \
        "pxefile_addr_r=0x01080000\0" \
-       "ramdisk_addr_r=0x10000000\0" \
+       "ramdisk_addr_r=0x13000000\0" \
        MESON_FDTFILE_SETTING \
        BOOTENV
 
+#define CONFIG_SYS_BOOTM_LEN    (64 << 20)      /* 64 MiB */
+
 #endif /* __MESON_GXBB_COMMON_CONFIG_H */