Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/f9129fe33852ce98c15704aff954045606582b40 You should set ROOT_URL correctly, otherwise the web may not work correctly.

arm: at91/configs: add bootz to configuration

Support to boot zImage

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
[Add bootz for at91rm9200, at91sam9263, at91sam9rl]
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
master
Nicolas Ferre 12 years ago committed by Andreas Bießmann
parent 36873e7d96
commit f9129fe338
  1. 1
      include/configs/at91rm9200ek.h
  2. 1
      include/configs/at91sam9260ek.h
  3. 1
      include/configs/at91sam9263ek.h
  4. 1
      include/configs/at91sam9m10g45ek.h
  5. 1
      include/configs/at91sam9rlek.h
  6. 1
      include/configs/at91sam9x5ek.h

@ -75,6 +75,7 @@
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_CMD_BOOTZ
#define CONFIG_OF_LIBFDT
/*

@ -62,6 +62,7 @@
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_CMD_BOOTZ
#define CONFIG_OF_LIBFDT
/* general purpose I/O */

@ -62,6 +62,7 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_CMD_BOOTZ
#define CONFIG_OF_LIBFDT
/*

@ -47,6 +47,7 @@
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_CMD_BOOTZ
#define CONFIG_OF_LIBFDT
/* general purpose I/O */

@ -48,6 +48,7 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_CMD_BOOTZ
#define CONFIG_OF_LIBFDT
#define CONFIG_ATMEL_LEGACY

@ -42,6 +42,7 @@
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_CMD_BOOTZ
#define CONFIG_OF_LIBFDT
/* general purpose I/O */

Loading…
Cancel
Save