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

dm: tegra: Set up a pre-reloc malloc()

Allocate 1KB so that driver model can operate before relocation.

Signed-off-by: Simon Glass <sjg@chromium.org>
master
Simon Glass 11 years ago
parent 9fb02491fe
commit a47411110c
  1. 1
      include/configs/tegra-common.h

@ -40,6 +40,7 @@
* Size of malloc() pool
*/
#define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */
#define CONFIG_SYS_MALLOC_F_LEN (1 << 10)
/*
* NS16550 Configuration

Loading…
Cancel
Save