X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fconfigs%2Ftx6.h;h=90882d286196dd5acbe4a71773313e93eb6817e6;hb=a615850ab84267f5bb8d9ecf22c9d23e6141f4b0;hp=d482a7ab7f153fa270ba54be0e6cf21bd8ef3509;hpb=ae0d60ba0b7b6ff5401b076839db500066efc95e;p=karo-tx-uboot.git diff --git a/include/configs/tx6.h b/include/configs/tx6.h index d482a7ab7f..90882d2861 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -167,7 +167,7 @@ "nboot linux;run bootm_cmd\0" \ "bootcmd_net=set autostart no;run bootargs_nfs;dhcp;" \ "run bootm_cmd\0" \ - "bootm_cmd=fdt boardsetup;bootm ${loadaddr} - ${fdtaddr}\0" \ + "bootm_cmd=bootm ${loadaddr} - ${fdtaddr}\0" \ "cpu_clk=800\0" \ "bootdelay=-1\0" \ "default_bootargs=set bootargs " CONFIG_BOOTARGS \