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

arm: a320: enable tagged list support

Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
master
Po-Yu Chuang 14 years ago committed by Albert ARIBAUD
parent 7899147b55
commit fd90b0d050
  1. 6
      include/configs/a320evb.h

@ -25,6 +25,12 @@
#include <asm/arch/a320.h>
/*
* Linux kernel tagged list
*/
#define CONFIG_CMDLINE_TAG
#define CONFIG_SETUP_MEMORY_TAGS
/*
* CPU and Board Configuration Options
*/
#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */

Loading…
Cancel
Save