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

bfin: add register define required by core B on dual core BF609 processor

Add register define required by core B on dual core BF609 processor.

Signed-off-by: Aaron Wu <Aaron.wu@analog.com>
master
Aaron Wu 11 years ago committed by Sonic Zhang
parent e76b933e02
commit 08b6a61162
  1. 2
      arch/blackfin/include/asm/mach-bf609/BF609_def.h

@ -125,6 +125,8 @@
#define WDOG1_CNT 0xFFC17804 /* WDOG1 Count Register */
#define WDOG1_STAT 0xFFC17808 /* WDOG1 Watchdog Timer Status Register */
#define SDU0_MSG_SET 0xFFC1F084 /* SDU0 Message Set Register */
#define EMAC0_MACCFG 0xFFC20000 /* EMAC0 MAC Configuration Register */
#define EMAC1_MACCFG 0xFFC22000 /* EMAC1 MAC Configuration Register */

Loading…
Cancel
Save