X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Ftricorder.h;h=610e530bf42c7a9118733cdb089eca5b8fb2f18e;hp=a6e2f130bc5da7e7ad92f0e3f490a45bf2a597ea;hb=0dff13a9aed670e9f1eefdb1ee62b15ef2487532;hpb=5c68f123867cd7d8b30b831ba8bb9e7281954633 diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index a6e2f130bc..610e530bf4 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -144,8 +144,11 @@ #define CONFIG_BOOTDELAY 3 +/* the loadaddr is the same as CONFIG_SYS_LOAD_ADDR, unfortunately the defiend + * value can not be used here! */ +#define CONFIG_LOADADDR 0x82000000 + #define CONFIG_EXTRA_ENV_SETTINGS \ - "loadaddr=0x82000000\0" \ "console=ttyO2,115200n8\0" \ "mmcdev=0\0" \ "vram=3M\0" \