X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2FP2041RDB.h;h=8479410ee749eda77809ce0ce45f274efd061680;hb=744368d6ae3ea5cf73407c24d8e44b2a83b7f659;hp=b3fb38c63a47c5041226921bcda86770090c9c83;hpb=b38eaec53570821043c94ad44eabcb23747d9969;p=u-boot diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index b3fb38c63a..8479410ee7 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -676,7 +676,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); /* default location for tftp and bootm */ #define CONFIG_LOADADDR 1000000 -#define CONFIG_BOOTDELAY 10 /* -1 disables auto-boot */ #define CONFIG_BAUDRATE 115200 @@ -699,7 +698,7 @@ unsigned long get_board_sys_clk(unsigned long dummy); "usb_dr_mode=host\0" \ "ramdiskaddr=2000000\0" \ "ramdiskfile=p2041rdb/ramdisk.uboot\0" \ - "fdtaddr=c00000\0" \ + "fdtaddr=1e00000\0" \ "fdtfile=p2041rdb/p2041rdb.dtb\0" \ "bdev=sda3\0"