diff options
-rw-r--r-- | include/configs/trats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h index cadb1e9..98e178d 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -144,6 +144,7 @@ "meminfo=crashkernel=32M@0x50000000\0" \ "nfsroot=/nfsroot/arm\0" \ "bootblock=" CONFIG_BOOTBLOCK "\0" \ + "loaduimage=fatload mmc ${mmcdev}:${mmcbootpart} 0x40007FC0 uImage\0" \ "mmcdev=0\0" \ "mmcbootpart=2\0" \ "mmcrootpart=3\0" \ |