X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fgw_ventana.h;h=982ddba39cf9bab0d23686a6a095e42cd9e877c4;hb=744368d6ae3ea5cf73407c24d8e44b2a83b7f659;hp=fe81cbdadec9cf80d85589220548349157ec574c;hpb=543a4aba7fa88452e7749af5aad7e4b676901f57;p=u-boot diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index fe81cbdade..982ddba39c 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -201,6 +201,7 @@ /* Miscellaneous configurable options */ #define CONFIG_HWCONFIG +#define CONFIG_PREBOOT /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) @@ -306,7 +307,7 @@ "script=6x_bootscript-ventana\0" \ "loadscript=" \ "if ${fsload} ${loadaddr} ${bootdir}/${script}; then " \ - "source; " \ + "source ${loadaddr}; " \ "fi\0" \ \ "uimage=uImage\0" \