]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ti_armv7_common.h
am335x_evm: do not define usb ether gadget when Eth DM is defined
[u-boot] / include / configs / ti_armv7_common.h
index 18fca02c4c383ccdd9bfb4033aaebf12de7a8e8a..586bd2b50ff2a5ea9c3e36847afedc5cd95d1270 100644 (file)
        "fdt_addr_r=0x88000000\0" \
        "rdaddr=0x88080000\0" \
        "ramdisk_addr_r=0x88080000\0" \
+       "scriptaddr=0x80000000\0" \
+       "pxefile_addr_r=0x80100000\0" \
        "bootm_size=0x10000000\0"
 
+#define DEFAULT_MMC_TI_ARGS \
+       "mmcdev=0\0" \
+       "mmcrootfstype=ext4 rootwait\0" \
+       "finduuid=part uuid mmc 0:2 uuid\0" \
+       "args_mmc=run finduuid;setenv bootargs console=${console} " \
+               "${optargs} " \
+               "root=PARTUUID=${uuid} rw " \
+               "rootfstype=${mmcrootfstype}\0"
+
 /*
  * Default to a quick boot delay.
  */