patch-include_configs_rpi_h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --- u-boot-d8bec60c1b0de7770f9b56ad092ab9be801d99af.orig/include/configs/rpi.h 2015-01-06 09:00:23.000000000 +0100
  2. +++ u-boot-d8bec60c1b0de7770f9b56ad092ab9be801d99af/include/configs/rpi.h 2015-01-07 18:05:13.563156954 +0100
  3. @@ -19,6 +19,8 @@
  4. #include <linux/sizes.h>
  5. +#undef DEBUG
  6. +
  7. /* Architecture, CPU, etc.*/
  8. #define CONFIG_SYS_GENERIC_BOARD
  9. #define CONFIG_BCM2835
  10. @@ -96,7 +98,7 @@
  11. /* Console UART */
  12. #define CONFIG_PL01X_SERIAL
  13. #define CONFIG_CONS_INDEX 0
  14. -#define CONFIG_BAUDRATE 115200
  15. +#define CONFIG_BAUDRATE 9600
  16. /* Console configuration */
  17. #define CONFIG_SYS_CBSIZE 1024
  18. @@ -117,7 +119,7 @@
  19. /* Shell */
  20. #define CONFIG_SYS_MAXARGS 8
  21. -#define CONFIG_SYS_PROMPT "U-Boot> "
  22. +#define CONFIG_SYS_PROMPT "CONET-Boot> "
  23. #define CONFIG_COMMAND_HISTORY
  24. /* Commands */
  25. @@ -185,9 +187,12 @@
  26. #define CONFIG_EXTRA_ENV_SETTINGS \
  27. ENV_DEVICE_SETTINGS \
  28. - ENV_MEM_LAYOUT_SETTINGS \
  29. - BOOTENV
  30. + ENV_MEM_LAYOUT_SETTINGS
  31. #define CONFIG_BOOTDELAY 2
  32. +#define CONFIG_CMD_BOOTMENU
  33. +#define CONFIG_MENU
  34. +#define CONFIG_AUTOBOOT_KEYED
  35. +#define CONFIG_MENU_SHOW
  36. #endif