]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/hammerhead.h
rpi: add support for Raspberry Pi 2 model B
[karo-tx-uboot.git] / include / configs / hammerhead.h
index 38c70aca32e1ceb12429c50b522a74ac5cc35c55..0bc42f12e0ada1c63bc7256fb8fd70cb80a86657 100644 (file)
@@ -8,13 +8,10 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_AVR32
 #define CONFIG_AT32AP
 #define CONFIG_AT32AP7000
 #define CONFIG_HAMMERHEAD
 
-#define CONFIG_SYS_HZ                          1000
-
 /*
  * Set up the PLL to run at 125 MHz, the CPU to run at the PLL
  * frequency, the HSB and PBB busses to run at 1/2 the PLL frequency
 
 #define CONFIG_SYS_MALLOC_LEN                  (256*1024)
 
-#define CONFIG_SYS_DMA_ALLOC_LEN               (16384)
 
 /* Allow 4MB for the kernel run-time image */
 #define CONFIG_SYS_LOAD_ADDR                   (CONFIG_SYS_SDRAM_BASE + 0x00400000)