From 50f5bc6434aebcafe5dcce906cb9d87a41b03aff Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 8 Mar 2014 03:22:25 +0000 Subject: [PATCH] Add commented out dts for sam9260ek as well as early printf support. --- sys/arm/conf/SAM9260EK | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sys/arm/conf/SAM9260EK b/sys/arm/conf/SAM9260EK index 9d0684ad11ae..5b40706c35cd 100644 --- a/sys/arm/conf/SAM9260EK +++ b/sys/arm/conf/SAM9260EK @@ -25,6 +25,7 @@ include "../at91/std.sam9260ek" hints "SAM9260EK.hints" #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols +makeoptions MODULES_OVERRIDE="" options SCHED_4BSD # 4BSD scheduler #options PREEMPTION # Enable kernel thread preemption @@ -171,3 +172,12 @@ device at91_wdt # Atmel AT91 Watchdog Timer # NAND Flash - Reference design has Samsung 256MB but others possible device nand # NAND interface on CS3 + +# Coming soon, but not yet +#options FDT +#options FDT_DTB_STATIC +#makeoptions FDT_DTS_FILE=sam9260ek.dts + +options EARLY_PRINTF +options SOCDEV_PA=0xfc000000 +options SOCDEV_VA=0xdc000000