Skip to content

Commit

Permalink
configs: Add sample Broadcom BCM63xx configuration
Browse files Browse the repository at this point in the history
Do not enforce a particular CROSS_COMPILE value, but do specify the UART
base address, number of banks and accept the bcm963138dvt.dtb file as
input since this is the only (for now) board supported by an upstream
kernel.

Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
ffainelli committed Jul 29, 2015
1 parent 93fd173 commit 50eaf13
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configs/Makefile.config.bcm63xx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# config for Broadcom BCM63xx (ARM-based) xDSL boards

MFG=bcm63xx
UART=bcm63xx
UART_PORT=0
BINFMT=elf32-littlearm
LOADADDR=0x8000
UART_BASE=0xfffe8600
APPEND_KERNEL=input/zImage
APPEND_DTBS=input/bcm963138dvt.dtb
LIBFDT = y
NR_BANKS=8

0 comments on commit 50eaf13

Please sign in to comment.