]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/configs/T208xRDB.h
Convert CONFIG_HOSTNAME et al to Kconfig
[thirdparty/u-boot.git] / include / configs / T208xRDB.h
index d8213b4662fba6756d7045b1b921c27bb450c64f..2a32fe37aa925d7219780a86ede6c58645ef7f6f 100644 (file)
 /*
  * Environment Configuration
  */
-#define CONFIG_ROOTPATH         "/opt/nfsroot"
-#define CONFIG_UBOOTPATH "u-boot.bin"  /* U-Boot image on TFTP server */
 
 #define __USB_PHY_TYPE         utmi
 
        "bank_intlv=auto;"                                      \
        "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
        "netdev=eth0\0"                                         \
-       "uboot=" __stringify(CONFIG_UBOOTPATH) "\0"             \
+       "uboot=" CONFIG_UBOOTPATH "\0"          \
        "ubootaddr=" __stringify(CONFIG_TEXT_BASE) "\0" \
        "tftpflash=tftpboot $loadaddr $uboot && "               \
        "protect off $ubootaddr +$filesize && "                 \